forked from science-ation/science-ation
Fix a bug on the special award nominations where the list of eligible awards wasnt restricted to the current fairyear
This commit is contained in:
parent
2e1ed4a689
commit
4b245289b9
@ -115,6 +115,8 @@ function getSpecialAwardsEligibleForProject($projectid)
|
|||||||
AND award_awards.id is not null
|
AND award_awards.id is not null
|
||||||
AND projects.year='".$config['FAIRYEAR']."'
|
AND projects.year='".$config['FAIRYEAR']."'
|
||||||
AND projects.id='$projectid'
|
AND projects.id='$projectid'
|
||||||
|
AND award_types.year='".$config['FAIRYEAR']."'
|
||||||
|
AND award_awards.year='".$config['FAIRYEAR']."'
|
||||||
ORDER BY
|
ORDER BY
|
||||||
award_awards.name
|
award_awards.name
|
||||||
");
|
");
|
||||||
|
Loading…
Reference in New Issue
Block a user