summaryrefslogtreecommitdiff
path: root/buildmaster/statistics.php
diff options
context:
space:
mode:
Diffstat (limited to 'buildmaster/statistics.php')
-rw-r--r--buildmaster/statistics.php2
1 files changed, 1 insertions, 1 deletions
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`"
);