diff --git a/admin/judges_sa.php b/admin/judges_sa.php index 7b69c5e..b86771b 100644 --- a/admin/judges_sa.php +++ b/admin/judges_sa.php @@ -165,8 +165,7 @@ function judges_cost_function($annealer, $bucket_id, $ids) if(!$have_chair && $config['min_judges_per_team']>1) $cost += 40; - /* Huge penalty for not having a round2 personal on the - * team */ + /* Huge penalty for not having a round2 person on the team */ if($have_div2 == false) $cost += 40; @@ -495,10 +494,9 @@ foreach($judges as &$j) { if(mysql_num_rows($q) == 0) { TRACE(" NO special award selected! (removing special award only request)\n"); $j['special_award_only'] = 'no'; - } else if(mysql_num_rows($q) > 1) { - TRACE(" More than ONE special award selected (removing special award only request):\n"); - $j['special_award_only'] = 'no'; - +// } else if(mysql_num_rows($q) > 1) { +// TRACE(" More than ONE special award selected (removing special award only request):\n"); +// $j['special_award_only'] = 'no'; } }