Don't duplicate all the division/categories on the winners page!

This commit is contained in:
james 2006-04-04 21:25:33 +00:00
parent 877c5bbef5
commit ea44b0b49b

View File

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