From: Nik Okuntseff Date: Sat, 10 Sep 2016 23:21:42 +0000 (+0000) Subject: Fixed a critical issue with previous commit (hard-coded timestamp for testing). X-Git-Tag: timetracker_1.19-1~1651 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=afe2d051307ae2cd54bdb957f04e1d9f625f2dd9;p=timetracker.git Fixed a critical issue with previous commit (hard-coded timestamp for testing). --- diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index c9af24b2..2d0ded6a 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.9.31.3530 | Copyright © Anuko | +  Anuko Time Tracker 1.9.31.3531 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} diff --git a/cron.php b/cron.php index 9212e558..7be547d6 100644 --- 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";