forked from science-ation/science-ation
- 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:
parent
3c9253dd9d
commit
1aadc76ebc
@ -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'
|
||||
";
|
||||
|
Loading…
Reference in New Issue
Block a user