- 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.
This commit is contained in:
dave 2007-12-22 09:36:23 +00:00
parent 3c9253dd9d
commit 1aadc76ebc

View File

@ -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'
";