Oops, check the right fields for active/complete

This commit is contained in:
james 2011-03-31 13:46:40 +00:00
parent 6a468dd9f6
commit 106ac578f1

View File

@ -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 = "";