From 64480c7dffb61a7739eddddd299936766c82554c Mon Sep 17 00:00:00 2001 From: skodak Date: Thu, 12 Jul 2007 17:03:52 +0000 Subject: [PATCH] always initilize arrays! --- grade/report.php | 1 + 1 file changed, 1 insertion(+) diff --git a/grade/report.php b/grade/report.php index c82967e8fa..1ab8dcab5d 100644 --- a/grade/report.php +++ b/grade/report.php @@ -99,6 +99,7 @@ } // params for the turn editting on + $options = array(); $options['id'] = $courseid; $options['report'] = $report; -- 2.39.5