Getting rid of PHP Deprecated warnings.
[timetracker.git] / cron.php
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";