From 1aadc76ebcf2025acb0f04a711e7356fc028ce12 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 22 Dec 2007 09:36:23 +0000 Subject: [PATCH] - The awards store whether to schedule judges for a special award (schedule_judges). We should obey that even though it's always set to 'yes' and there's no way for a user to change it.. yet. --- admin/judges_sa.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/judges_sa.php b/admin/judges_sa.php index a155686..0c1c91d 100644 --- a/admin/judges_sa.php +++ b/admin/judges_sa.php @@ -749,6 +749,7 @@ if($config['scheduler_enable_sa_scheduling'] == 'yes') { WHERE award_awards.year='{$config['FAIRYEAR']}' AND award_types.id=award_awards.award_types_id + AND award_awards.schedule_judges='yes' AND award_types.year='{$config['FAIRYEAR']}' AND award_types.type='Special' ";