]> git.mjollnir.org Git - moodle.git/commitdiff
Removed unused global (see bug #4948)
authorthepurpleblob <thepurpleblob>
Tue, 21 Mar 2006 13:38:36 +0000 (13:38 +0000)
committerthepurpleblob <thepurpleblob>
Tue, 21 Mar 2006 13:38:36 +0000 (13:38 +0000)
question/format/coursetestmanager/format.php

index e2206f915d7fbed7d479c25f87d9e6671a149586..86455599a057807cf65e274fa60cf2406d94eee5 100755 (executable)
@@ -18,8 +18,9 @@ class qformat_coursetestmanager extends qformat_default {
         $this->category = $category;  // Important
         return true;
     }
+
     function importprocess($filename) {
-      global $CFG,$QUIZ_FILE_FORMAT,$strimportquestions,$form,$question_category,$category,$course,
+      global $CFG,$strimportquestions,$form,$question_category,$category,$course,
       $hostname, $mdapath, $mdbpath;
             if ((PHP_OS == "Linux") and isset($hostname)) {
                 $hostname = trim($hostname);