forked from science-ation/science-ation
Oops, check the right fields for active/complete
This commit is contained in:
parent
6a468dd9f6
commit
106ac578f1
@ -121,8 +121,8 @@ if($config['judges_availability_enable'] == 'yes'){
|
||||
echo '<div style="text-align:left">';
|
||||
|
||||
// is their info complete?
|
||||
$completeText = $judgeinfo['complete']=="yes" ? "Yes" : "No";
|
||||
$activeText = $judgeinfo['active']=="yes" ? "Yes" : "No";
|
||||
$completeText = $judgeinfo['judge_complete']=="yes" ? "Yes" : "No";
|
||||
$activeText = $judgeinfo['judge_active']=="yes" ? "Yes" : "No";
|
||||
|
||||
// find out if they've signed up for judging any special awards
|
||||
$specialAwardsText = "";
|
||||
|
Loading…
Reference in New Issue
Block a user