summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-04-19 12:01:43 +0000
committerRomain d'Alverny <rda@mageia.org>2011-04-19 12:01:43 +0000
commit4ba96725915172f33fd320ac017a822049428f64 (patch)
tree08efade6a592a1207af9504a17df2a3398c384f3 /index.php
parent2f7f57e4142b6bfbca2f8f90b6e89e885c8d4a9c (diff)
downloadpkgsubmit-4ba96725915172f33fd320ac017a822049428f64.tar
pkgsubmit-4ba96725915172f33fd320ac017a822049428f64.tar.gz
pkgsubmit-4ba96725915172f33fd320ac017a822049428f64.tar.bz2
pkgsubmit-4ba96725915172f33fd320ac017a822049428f64.tar.xz
pkgsubmit-4ba96725915172f33fd320ac017a822049428f64.zip
obsolete badges
Diffstat (limited to 'index.php')
-rw-r--r--index.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/index.php b/index.php
index 18a4b4d..e24dd4e 100644
--- a/index.php
+++ b/index.php
@@ -209,16 +209,6 @@ if ($total > 0) {
}
}
-// feedback labels
-$badges = array(
- 'uploaded' => 'Congrats %s! \o/',
- 'failure' => 'Booooo! /o\\',
- 'todo' => '',
- 'building' => '',
- 'partial' => '',
- 'built' => ''
-);
-
foreach ($stats as $k => $v) {
Header("X-BS-Queue-$k: $v");
}
@@ -338,7 +328,6 @@ if ($total > 0) {
@$buildtime_stats[$tdiff] += 1;
}
$s .= '</td>';
- //$s .= '<td>' . sprintf($badges[$p['type']], $p['user']) . '</td>';
$s .= '</tr>';
}
// Table