summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 846bbd7..d31796b 100644
--- a/index.php
+++ b/index.php
@@ -419,8 +419,8 @@ if ($total > 0) {
$s .= '</table><span style="font-size: 85%;">Does not take<br />build failures<br />into account.</span>';
$s .= '<table style="width:100%;"><caption>Build times</caption>';
- $max = max($build_dates2);
- foreach ($build_dates2 as $time => $count)
+ $max = max($build_dates);
+ foreach ($build_dates as $time => $count)
$s .= sprintf('<tr><td>%d</td><td><span style="width: %dpx; height: 10px; background: #aaa;" title="%d"></span></td></tr>',
$time, round($count / $max * 100), $count);
$s .= '</table>';