- Fix the list of all judges

This commit is contained in:
dave 2009-04-02 00:10:18 +00:00
parent b2e1b1e74f
commit 46178ca051

View File

@ -259,6 +259,8 @@ function switchjudgeinfo()
foreach($judgelist as $j) {
if(count($j['teams_links']) == 0) $jlist[] = $j['id'];
}
} else {
$jlist = array_keys($judgelist);
}
echo "<center>";