forked from science-ation/science-ation
- Fix the list of all judges
This commit is contained in:
parent
b2e1b1e74f
commit
46178ca051
@ -259,6 +259,8 @@ function switchjudgeinfo()
|
|||||||
foreach($judgelist as $j) {
|
foreach($judgelist as $j) {
|
||||||
if(count($j['teams_links']) == 0) $jlist[] = $j['id'];
|
if(count($j['teams_links']) == 0) $jlist[] = $j['id'];
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$jlist = array_keys($judgelist);
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<center>";
|
echo "<center>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user