X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=cron.php;h=7be547d6195113a984a526b91fcc11f042cbc1b2;hb=7ece3d4c1cf7c91fc469373a6b8a997fd4ea3398;hp=9212e55830508b45c06cd5ec9bef59418668fba2;hpb=14452b9930953c2692a7281978d90beabd8d010e;p=timetracker.git 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";