From: skodak Date: Thu, 12 Jul 2007 17:03:52 +0000 (+0000) Subject: always initilize arrays! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=64480c7dffb61a7739eddddd299936766c82554c;p=moodle.git always initilize arrays! --- 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;