]> git.mjollnir.org Git - moodle.git/commitdiff
Remove unused variable.
authortjhunt <tjhunt>
Fri, 15 Jun 2007 10:42:02 +0000 (10:42 +0000)
committertjhunt <tjhunt>
Fri, 15 Jun 2007 10:42:02 +0000 (10:42 +0000)
mod/quiz/report/overview/report.php

index d30c3928aca6dd5e64da6293cbee754767e9c60c..ac601b5df150c1850460abb5c4f646b6f73ab903 100644 (file)
@@ -68,7 +68,6 @@ class quiz_report extends quiz_default_report {
             }
         }
 
-        $context = get_context_instance(CONTEXT_MODULE, $cm->id);
         /// find out current groups mode
         if ($groupmode = groupmode($course, $cm)) { // Groups are being used
             if (!$download) {