]> wagnertech.de Git - timetracker.git/blobdiff - cron.php
Dutch translation improved.
[timetracker.git] / cron.php
index 9212e55830508b45c06cd5ec9bef59418668fba2..7be547d6195113a984a526b91fcc11f042cbc1b2 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";