X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/14452b9930953c2692a7281978d90beabd8d010e..aa9a80e15526b4b70cdf8360e35a0d44de43cf66:/cron.php 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";