Removed terminating PHP tag in more files
authorNik Okuntseff <support@anuko.com>
Thu, 10 Mar 2016 12:26:15 +0000 (04:26 -0800)
committerNik Okuntseff <support@anuko.com>
Thu, 10 Mar 2016 12:26:15 +0000 (04:26 -0800)
24 files changed:
WEB-INF/lib/Auth.class.php
WEB-INF/lib/DateAndTime.class.php
WEB-INF/lib/I18n.class.php
WEB-INF/lib/Period.class.php
WEB-INF/lib/PieChartEx.class.php
WEB-INF/lib/common.lib.php
WEB-INF/lib/ttChartHelper.class.php
WEB-INF/lib/ttClientHelper.class.php
WEB-INF/lib/ttCustomFieldHelper.class.php
WEB-INF/lib/ttExpenseHelper.class.php
WEB-INF/lib/ttExportHelper.class.php
WEB-INF/lib/ttFavReportHelper.class.php
WEB-INF/lib/ttImportHelper.class.php
WEB-INF/lib/ttInvoiceHelper.class.php
WEB-INF/lib/ttNotificationHelper.class.php
WEB-INF/lib/ttProjectHelper.class.php
WEB-INF/lib/ttReportHelper.class.php
WEB-INF/lib/ttSysConfig.class.php
WEB-INF/lib/ttTaskHelper.class.php
WEB-INF/lib/ttTeamHelper.class.php
WEB-INF/lib/ttTimeHelper.class.php
WEB-INF/lib/ttUser.class.php
WEB-INF/lib/ttUserHelper.class.php
WEB-INF/templates/footer.tpl

index 243eed5..e8a4ec0 100644 (file)
@@ -132,4 +132,3 @@ class Auth {
     }
   }
 }
-?>
\ No newline at end of file
index 26a51c5..7b29eaa 100644 (file)
@@ -362,4 +362,3 @@ class DateAndTime {
     }
   }
 }
-?>
\ No newline at end of file
index 96c3743..f4b8b07 100644 (file)
@@ -164,4 +164,3 @@ class I18n {
     return substr($filename, 0, strpos($filename, '.'));
   }
 }
-?>
\ No newline at end of file
index 1880cf1..492d864 100644 (file)
@@ -145,4 +145,3 @@ class Period {
                return $result;
        }
 }
-?>
\ No newline at end of file
index 6f482b5..20adfd7 100644 (file)
@@ -46,4 +46,4 @@
                        $this->plot->render($options['fileName']);
                }
        }
-?>
+
index 4111c3e..124b78f 100644 (file)
@@ -340,12 +340,3 @@ function ttAccessCheck($required_rights)
     
   return true;
 }
-
-
-
-
-
-
-
-       
-?>
\ No newline at end of file
index 5d1e8e5..155349b 100644 (file)
@@ -135,4 +135,3 @@ class ttChartHelper {
     return $result;
   }
 }
-?>
\ No newline at end of file
index 43cffe0..9968b99 100644 (file)
@@ -326,4 +326,3 @@ class ttClientHelper {
     return $result;
   }
 }
-?>
\ No newline at end of file
index 1743bea..f126750 100644 (file)
@@ -98,4 +98,3 @@ class ttCustomFieldHelper {
     return (!is_a($affected, 'PEAR_Error'));
   }
 }
-?>
\ No newline at end of file
index b73208a..3338e58 100644 (file)
@@ -190,4 +190,3 @@ class ttExpenseHelper {
     return $result;
   }
 }
-?>
\ No newline at end of file
index 4606c39..d641f3f 100644 (file)
@@ -327,4 +327,3 @@ class ttExportHelper {
     return true;
   }
 }
-?>
\ No newline at end of file
index 57fdd4b..14ffc4c 100644 (file)
@@ -313,4 +313,3 @@ class ttFavReportHelper {
        }
   }
 }
-?>
\ No newline at end of file
index c3e1859..91d6b39 100644 (file)
@@ -391,4 +391,3 @@ class ttImportHelper {
     return true;
   }
 }
-?>
\ No newline at end of file
index b4d1d88..2e1c687 100644 (file)
@@ -435,4 +435,3 @@ class ttInvoiceHelper {
     return $body;
   }
 }
-?>
\ No newline at end of file
index 8fd185c..f5a1603 100644 (file)
@@ -105,4 +105,3 @@ class ttNotificationHelper {
     return (!is_a($affected, 'PEAR_Error'));
   }
 }
-?>
\ No newline at end of file
index 1ec21fe..59f2022 100644 (file)
@@ -338,4 +338,3 @@ class ttProjectHelper {
     return $result;
   }*/
 }
-?>
\ No newline at end of file
index a51cbec..ac7d679 100644 (file)
@@ -1589,4 +1589,3 @@ class ttReportHelper {
     return true;
   }
 }
-?>
\ No newline at end of file
index 231b979..56100b8 100644 (file)
@@ -68,4 +68,3 @@ class ttSysConfig {
     return (!is_a($affected, 'PEAR_Error'));
   }
 }
-?>
\ No newline at end of file
index b9198e4..b398228 100644 (file)
@@ -290,4 +290,3 @@ class ttTaskHelper {
     return $result;
   }
 }
-?>
\ No newline at end of file
index 493884a..024ce0b 100644 (file)
@@ -954,4 +954,3 @@ class ttTeamHelper {
        return true;
   }
 }
-?>
\ No newline at end of file
index 6b76f9f..1333894 100644 (file)
@@ -636,4 +636,3 @@ class ttTimeHelper {
   }
 
 }
-?>
\ No newline at end of file
index 2f71ad3..ad179ea 100644 (file)
@@ -168,4 +168,3 @@ class ttUser {
     return $result;
   }
 }
-?>
\ No newline at end of file
index a1c89c0..48c4b19 100644 (file)
@@ -454,4 +454,3 @@ class ttUserHelper {
     return true;
   }
 }
-?>
\ No newline at end of file
index 735d3c9..fc7e306 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.9.13.3400 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.9.13.3401 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>