forked from science-ation/science-ation
Oops and add it to the array so its available
This commit is contained in:
parent
11a4facc6c
commit
ab07f45767
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user