diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-09-04 16:07:13 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-09-04 16:07:13 +0000 |
commit | 5dad693c47d83498a02cfcf99024aea885fb3c01 (patch) | |
tree | 73de9592727dea225497712bbfa848d8ddb7801c /test_index.php | |
parent | 36289712d53e9a600ded996510fdd8f0a0f971d3 (diff) | |
download | pkgsubmit-5dad693c47d83498a02cfcf99024aea885fb3c01.tar pkgsubmit-5dad693c47d83498a02cfcf99024aea885fb3c01.tar.gz pkgsubmit-5dad693c47d83498a02cfcf99024aea885fb3c01.tar.bz2 pkgsubmit-5dad693c47d83498a02cfcf99024aea885fb3c01.tar.xz pkgsubmit-5dad693c47d83498a02cfcf99024aea885fb3c01.zip |
cleanup
Diffstat (limited to 'test_index.php')
-rw-r--r-- | test_index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test_index.php b/test_index.php index 2fdc968..eebb7d4 100644 --- a/test_index.php +++ b/test_index.php @@ -417,7 +417,6 @@ else <div id="buildtime-chart"></div> <div id="buildschedule-chart"></div> <?php - uksort($buildtime_stats, "timesort"); echo '<script>', mga_bs_charts::js_draw_status_chart($stats, 'status-chart'), mga_bs_charts::js_draw_buildtime_chart($buildtime_stats, 'buildtime-chart'), |