Dont include deleted judges in reports, ever.

This commit is contained in:
james 2009-03-09 16:38:06 +00:00
parent 7674cf3fbe
commit 6db3c8ef37

View File

@ -275,6 +275,7 @@ $report_judges_fields = array(
$teams_where
$projects_where
$students_where
AND deleted='no'
";
return $q;