diff --git a/admin/reports.inc.php b/admin/reports.inc.php index 6aa4d387..0d14e555 100644 --- a/admin/reports.inc.php +++ b/admin/reports.inc.php @@ -299,6 +299,11 @@ foreach($report_stock as $n=>$v) { 'custom_url' => 'admin/reports_judges.php?type=csv', 'creator' => 'The Grant Brothers'); $x++; + $report_custom[$x] = array('id' => $x, 'name' => 'Custom -- Judges List (CSV) -- ALL YEARS', + 'desc' => 'Judges List - All Years', + 'custom_url' => 'admin/reports_judges_allyears.php?type=csv', + 'creator' => 'The Grant Brothers'); + $x++; $report_custom[$x] = array('id' => $x, 'name' => 'Custom -- Judging Teams Project Assignments (PDF)', 'desc' => 'Judging Teams Project Assignments', 'custom_url' => 'admin/reports_judges_teams_projects.php?type=pdf',