From: Nik Okuntseff Date: Thu, 10 Mar 2016 12:26:15 +0000 (-0800) Subject: Removed terminating PHP tag in more files X-Git-Tag: timetracker_1.19-1~1835 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=993450e17195b87dc406c3135ee22dafe9b825fb;p=timetracker.git Removed terminating PHP tag in more files --- diff --git a/WEB-INF/lib/Auth.class.php b/WEB-INF/lib/Auth.class.php index 243eed56..e8a4ec07 100644 --- a/WEB-INF/lib/Auth.class.php +++ b/WEB-INF/lib/Auth.class.php @@ -132,4 +132,3 @@ class Auth { } } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/DateAndTime.class.php b/WEB-INF/lib/DateAndTime.class.php index 26a51c58..7b29eaa7 100644 --- a/WEB-INF/lib/DateAndTime.class.php +++ b/WEB-INF/lib/DateAndTime.class.php @@ -362,4 +362,3 @@ class DateAndTime { } } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/I18n.class.php b/WEB-INF/lib/I18n.class.php index 96c37438..f4b8b07e 100644 --- a/WEB-INF/lib/I18n.class.php +++ b/WEB-INF/lib/I18n.class.php @@ -164,4 +164,3 @@ class I18n { return substr($filename, 0, strpos($filename, '.')); } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/Period.class.php b/WEB-INF/lib/Period.class.php index 1880cf15..492d864b 100644 --- a/WEB-INF/lib/Period.class.php +++ b/WEB-INF/lib/Period.class.php @@ -145,4 +145,3 @@ class Period { return $result; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/PieChartEx.class.php b/WEB-INF/lib/PieChartEx.class.php index 6f482b55..20adfd7d 100644 --- a/WEB-INF/lib/PieChartEx.class.php +++ b/WEB-INF/lib/PieChartEx.class.php @@ -46,4 +46,4 @@ $this->plot->render($options['fileName']); } } -?> + diff --git a/WEB-INF/lib/common.lib.php b/WEB-INF/lib/common.lib.php index 4111c3e1..124b78f5 100644 --- a/WEB-INF/lib/common.lib.php +++ b/WEB-INF/lib/common.lib.php @@ -340,12 +340,3 @@ function ttAccessCheck($required_rights) return true; } - - - - - - - - -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttChartHelper.class.php b/WEB-INF/lib/ttChartHelper.class.php index 5d1e8e5c..155349be 100644 --- a/WEB-INF/lib/ttChartHelper.class.php +++ b/WEB-INF/lib/ttChartHelper.class.php @@ -135,4 +135,3 @@ class ttChartHelper { return $result; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttClientHelper.class.php b/WEB-INF/lib/ttClientHelper.class.php index 43cffe04..9968b99e 100644 --- a/WEB-INF/lib/ttClientHelper.class.php +++ b/WEB-INF/lib/ttClientHelper.class.php @@ -326,4 +326,3 @@ class ttClientHelper { return $result; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttCustomFieldHelper.class.php b/WEB-INF/lib/ttCustomFieldHelper.class.php index 1743bea3..f1267508 100644 --- a/WEB-INF/lib/ttCustomFieldHelper.class.php +++ b/WEB-INF/lib/ttCustomFieldHelper.class.php @@ -98,4 +98,3 @@ class ttCustomFieldHelper { return (!is_a($affected, 'PEAR_Error')); } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttExpenseHelper.class.php b/WEB-INF/lib/ttExpenseHelper.class.php index b73208ac..3338e58e 100644 --- a/WEB-INF/lib/ttExpenseHelper.class.php +++ b/WEB-INF/lib/ttExpenseHelper.class.php @@ -190,4 +190,3 @@ class ttExpenseHelper { return $result; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttExportHelper.class.php b/WEB-INF/lib/ttExportHelper.class.php index 4606c39d..d641f3f5 100644 --- a/WEB-INF/lib/ttExportHelper.class.php +++ b/WEB-INF/lib/ttExportHelper.class.php @@ -327,4 +327,3 @@ class ttExportHelper { return true; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttFavReportHelper.class.php b/WEB-INF/lib/ttFavReportHelper.class.php index 57fdd4bb..14ffc4c9 100644 --- a/WEB-INF/lib/ttFavReportHelper.class.php +++ b/WEB-INF/lib/ttFavReportHelper.class.php @@ -313,4 +313,3 @@ class ttFavReportHelper { } } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttImportHelper.class.php b/WEB-INF/lib/ttImportHelper.class.php index c3e1859b..91d6b394 100644 --- a/WEB-INF/lib/ttImportHelper.class.php +++ b/WEB-INF/lib/ttImportHelper.class.php @@ -391,4 +391,3 @@ class ttImportHelper { return true; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttInvoiceHelper.class.php b/WEB-INF/lib/ttInvoiceHelper.class.php index b4d1d88e..2e1c6876 100644 --- a/WEB-INF/lib/ttInvoiceHelper.class.php +++ b/WEB-INF/lib/ttInvoiceHelper.class.php @@ -435,4 +435,3 @@ class ttInvoiceHelper { return $body; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttNotificationHelper.class.php b/WEB-INF/lib/ttNotificationHelper.class.php index 8fd185c0..f5a1603b 100644 --- a/WEB-INF/lib/ttNotificationHelper.class.php +++ b/WEB-INF/lib/ttNotificationHelper.class.php @@ -105,4 +105,3 @@ class ttNotificationHelper { return (!is_a($affected, 'PEAR_Error')); } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttProjectHelper.class.php b/WEB-INF/lib/ttProjectHelper.class.php index 1ec21fe1..59f20223 100644 --- a/WEB-INF/lib/ttProjectHelper.class.php +++ b/WEB-INF/lib/ttProjectHelper.class.php @@ -338,4 +338,3 @@ class ttProjectHelper { return $result; }*/ } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttReportHelper.class.php b/WEB-INF/lib/ttReportHelper.class.php index a51cbec2..ac7d6794 100644 --- a/WEB-INF/lib/ttReportHelper.class.php +++ b/WEB-INF/lib/ttReportHelper.class.php @@ -1589,4 +1589,3 @@ class ttReportHelper { return true; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttSysConfig.class.php b/WEB-INF/lib/ttSysConfig.class.php index 231b9793..56100b85 100644 --- a/WEB-INF/lib/ttSysConfig.class.php +++ b/WEB-INF/lib/ttSysConfig.class.php @@ -68,4 +68,3 @@ class ttSysConfig { return (!is_a($affected, 'PEAR_Error')); } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttTaskHelper.class.php b/WEB-INF/lib/ttTaskHelper.class.php index b9198e40..b398228b 100644 --- a/WEB-INF/lib/ttTaskHelper.class.php +++ b/WEB-INF/lib/ttTaskHelper.class.php @@ -290,4 +290,3 @@ class ttTaskHelper { return $result; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttTeamHelper.class.php b/WEB-INF/lib/ttTeamHelper.class.php index 493884ac..024ce0ba 100644 --- a/WEB-INF/lib/ttTeamHelper.class.php +++ b/WEB-INF/lib/ttTeamHelper.class.php @@ -954,4 +954,3 @@ class ttTeamHelper { return true; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttTimeHelper.class.php b/WEB-INF/lib/ttTimeHelper.class.php index 6b76f9f7..1333894b 100644 --- a/WEB-INF/lib/ttTimeHelper.class.php +++ b/WEB-INF/lib/ttTimeHelper.class.php @@ -636,4 +636,3 @@ class ttTimeHelper { } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttUser.class.php b/WEB-INF/lib/ttUser.class.php index 2f71ad36..ad179eaa 100644 --- a/WEB-INF/lib/ttUser.class.php +++ b/WEB-INF/lib/ttUser.class.php @@ -168,4 +168,3 @@ class ttUser { return $result; } } -?> \ No newline at end of file diff --git a/WEB-INF/lib/ttUserHelper.class.php b/WEB-INF/lib/ttUserHelper.class.php index a1c89c0b..48c4b19d 100644 --- a/WEB-INF/lib/ttUserHelper.class.php +++ b/WEB-INF/lib/ttUserHelper.class.php @@ -454,4 +454,3 @@ class ttUserHelper { return true; } } -?> \ No newline at end of file diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 735d3c9c..fc7e306b 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.9.13.3400 | Copyright © Anuko | +  Anuko Time Tracker 1.9.13.3401 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}