From 18d2bfa0d39698679782bb91918074492c65a3c7 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 19 Mar 2007 16:47:01 +0000 Subject: [PATCH] - The generator needs these to be arrays --- admin/reports.inc.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/admin/reports.inc.php b/admin/reports.inc.php index 69ffe665..63f494ef 100644 --- a/admin/reports.inc.php +++ b/admin/reports.inc.php @@ -158,6 +158,13 @@ foreach($stock as $n=>$v) { $report['creator'] = $r['creator']; $report['type'] = $r['type']; + $report['col'] = array(); + $report['sort'] = array(); + $report['group'] = array(); + $report['distinct'] = array(); + $report['options'] = array(); + $report['loc'] = array(); + $allow_fields = array(); switch($report['type']) { case 'student': $allow_fields = array_keys($report_students_fields); break; @@ -356,7 +363,7 @@ foreach($stock as $n=>$v) { $x++; } $sel = implode(",", $sel); - + $order = array(); /* Setup the order: groups, then sort order */