forked from science-ation/science-ation
My what a difference an equal sign makes.
This commit is contained in:
parent
9a00ce4877
commit
8f063c1ec1
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user