]> git.mjollnir.org Git - moodle.git/commitdiff
always initilize arrays!
authorskodak <skodak>
Thu, 12 Jul 2007 17:03:52 +0000 (17:03 +0000)
committerskodak <skodak>
Thu, 12 Jul 2007 17:03:52 +0000 (17:03 +0000)
grade/report.php

index c82967e8fabae48911caac3ea1f884aecce6e44e..1ab8dcab5d6e844546c7f404e77cf2bdd03f50d3 100644 (file)
@@ -99,6 +99,7 @@
     }
 
     // params for the turn editting on
+    $options = array();
     $options['id'] = $courseid;
     $options['report'] = $report;