forked from science-ation/science-ation
Fix a bug displaying the total number of projects in the judges scheduler config
This commit is contained in:
parent
0a41f3471d
commit
02b06de804
@ -169,7 +169,7 @@ function judges_scheduler_check_judges()
|
||||
}
|
||||
|
||||
echo "<tr><td>Judging Division Group $jdiv_id</td>";
|
||||
echo "<td align=\"center\">$c</td>";
|
||||
echo "<td align=\"center\">{$jd['num_projects']['total']}</td>";
|
||||
$langstr="";
|
||||
foreach($config['languages'] AS $lkey=>$lname) {
|
||||
$clang=($jd['num_projects'][$lkey]?$jd['num_projects'][$lkey]:0);
|
||||
|
Loading…
Reference in New Issue
Block a user