forked from science-ation/science-ation
Added language tags to the available judges in the team member editing form.
This commit is contained in:
parent
00e1743aed
commit
2afa6a5ec8
@ -273,7 +273,7 @@ function switchjudgeinfo()
|
||||
foreach($jlist as $jid) {
|
||||
$u = &$judgelist[$jid];
|
||||
if($u['firstname'] && $u['lastname'])
|
||||
echo "<option value=\"$jid\">{$u['firstname']} {$u['lastname']}</option>\n";
|
||||
echo "<option value=\"$jid\">{$u['firstname']} {$u['lastname']} (" . implode(' ', $u['languages']) . ")</option>\n";
|
||||
}
|
||||
unset($u);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user