Fixed a critical issue with previous commit (hard-coded timestamp for testing).
authorNik Okuntseff <support@anuko.com>
Sat, 10 Sep 2016 23:21:42 +0000 (23:21 +0000)
committerNik Okuntseff <support@anuko.com>
Sat, 10 Sep 2016 23:21:42 +0000 (23:21 +0000)
WEB-INF/templates/footer.tpl
cron.php

index c9af24b..2d0ded6 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.31.3530 | 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.31.3531 | 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>
index 9212e55..7be547d 100644 (file)
--- a/cron.php
+++ b/cron.php
@@ -46,7 +46,6 @@ import('ttReportHelper');
 
 $mdb2 = getConnection();
 $now = mktime();
-$now = 1473548400;
 
 $sql = "select * from tt_cron where $now >= next 
   and status = 1 and report_id is not null and email is not null";