- Allow Judges to select "other" awards too

This commit is contained in:
dave 2007-01-30 07:51:43 +00:00
parent f83dcfebd0
commit 39cd2fbd8c

View File

@ -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