My what a difference an equal sign makes.

This commit is contained in:
dave 2010-04-03 20:54:57 +00:00
parent 9a00ce4877
commit 8f063c1ec1

View File

@ -538,7 +538,7 @@ foreach($judges as &$j) {
/* optimization, so the div1 cost function can try to find one
* round2 judge per team */
$j['available_for_divisional2'] == judge_available_for_round($j, $round_divisional2);
$j['available_for_divisional2'] = judge_available_for_round($j, $round_divisional2);
}