forked from science-ation/science-ation
- Allow Judges to select "other" awards too
This commit is contained in:
parent
f83dcfebd0
commit
39cd2fbd8c
@ -89,7 +89,7 @@ else
|
|||||||
award_types
|
award_types
|
||||||
WHERE
|
WHERE
|
||||||
award_types.id=award_awards.award_types_id
|
award_types.id=award_awards.award_types_id
|
||||||
AND award_types.type='Special'
|
AND (award_types.type='Special' OR award_types.type='Other')
|
||||||
AND award_awards.year='{$config['FAIRYEAR']}'
|
AND award_awards.year='{$config['FAIRYEAR']}'
|
||||||
AND award_types.year='{$config['FAIRYEAR']}'
|
AND award_types.year='{$config['FAIRYEAR']}'
|
||||||
ORDER BY
|
ORDER BY
|
||||||
|
Loading…
Reference in New Issue
Block a user