From 395719392a4f142cd298105b4431d922b22c06c2 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 19 Apr 2011 13:15:17 +0000 Subject: show usage time diagram (sort of) --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') 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 .= 'Does not take
build failures
into account.
'; $s .= ''; - $max = max($build_dates2); - foreach ($build_dates2 as $time => $count) + $max = max($build_dates); + foreach ($build_dates as $time => $count) $s .= sprintf('', $time, round($count / $max * 100), $count); $s .= '
Build times
%d
'; -- cgit v1.2.1