From ab07f45767aa57cfc86fac40cb63f8d7446e3098 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 23 Feb 2011 19:40:23 +0000 Subject: [PATCH] Oops and add it to the array so its available --- admin/reports.inc.php | 5 +++++ 1 file changed, 5 insertions(+) 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',