forked from science-ation/science-ation
Don't duplicate all the division/categories on the winners page!
This commit is contained in:
parent
877c5bbef5
commit
ea44b0b49b
@ -60,6 +60,7 @@ if($_GET['year'] && $_GET['type'])
|
||||
award_awards.year='".$config['FAIRYEAR']."'
|
||||
AND award_awards.award_types_id=award_types.id
|
||||
AND award_types.type='".$_GET['type']."'
|
||||
AND award_types.year='".$config['FAIRYEAR']."'
|
||||
ORDER BY
|
||||
awards_order");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user