index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/statistics.php | 2 |
diff --git a/buildmaster/statistics.php b/buildmaster/statistics.php index fbfedf4..cf3b0d0 100644 --- a/buildmaster/statistics.php +++ b/buildmaster/statistics.php @@ -22,7 +22,7 @@ $result = mysql_run_query( "`statistics`.`blocked_tasks_count`," . "`statistics`.`next_tasks_count`" . "FROM `statistics` " . - "WHERE `statistics`.`date`>=ADDTIME(NOW()," . $min_time . ") " . + "WHERE `statistics`.`date`>=ADDDATE(NOW()," . $min_time . ") " . "ORDER BY `statistics`.`date`" ); |