From 8f063c1ec1926a7dc1b2743b7ad88257ff2e7316 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 3 Apr 2010 20:54:57 +0000 Subject: [PATCH] My what a difference an equal sign makes. --- admin/judges_sa.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/judges_sa.php b/admin/judges_sa.php index 9684082b..75561cdf 100644 --- a/admin/judges_sa.php +++ b/admin/judges_sa.php @@ -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); }