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:
james 2011-03-19 22:42:01 +00:00
parent 0d693b22cf
commit 4423acd4b0

View File

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