index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-07-06 13:52:03 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-06 13:52:03 +0200 |
commit | a1c29410ee4ecba78092899faf8a98109b1d2b88 (patch) | |
tree | 64bb688a728359d973e7295c44df7f999e387aa8 /buildmaster/statistics.php | |
parent | 4013377ff6f89fd52541af373a8c61c1a9d9aead (diff) |
-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`" ); |