forked from science-ation/science-ation
Match the cat/div year with that of the project, so we don't print cats/divs
from previous years. (Seriously, how long has this bug been here, and no one has complained until now!)
This commit is contained in:
parent
0d693b22cf
commit
4423acd4b0
@ -82,6 +82,10 @@ $showformatbottom=true;
|
||||
projects.projectcategories_id=projectcategories.id
|
||||
AND
|
||||
projects.projectdivisions_id=projectdivisions.id
|
||||
AND
|
||||
projectcategories.year=projects.year
|
||||
AND
|
||||
projectdivisions.year=projects.year
|
||||
");
|
||||
|
||||
echo mysql_Error();
|
||||
|
Loading…
Reference in New Issue
Block a user