diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-01-21 01:19:23 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-01-21 01:19:23 +0000 |
commit | 36604b2794590431777fa0c59eb45a1d7864933f (patch) | |
tree | 3bde617eabbea72285352d5ed2d34555299c5d9a /index.php | |
parent | c89f435c1f68f6c7a877e62b8a95ea5636e7fa78 (diff) | |
download | pkgsubmit-36604b2794590431777fa0c59eb45a1d7864933f.tar pkgsubmit-36604b2794590431777fa0c59eb45a1d7864933f.tar.gz pkgsubmit-36604b2794590431777fa0c59eb45a1d7864933f.tar.bz2 pkgsubmit-36604b2794590431777fa0c59eb45a1d7864933f.tar.xz pkgsubmit-36604b2794590431777fa0c59eb45a1d7864933f.zip |
Add youri status to the list now that it can happen
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -208,6 +208,7 @@ $stats = array( 'building' => 0, 'partial' => 0, 'built' => 0, + 'youri' => 0, ); $total = count($pkgs); |