From: thepurpleblob Date: Tue, 21 Mar 2006 13:38:36 +0000 (+0000) Subject: Removed unused global (see bug #4948) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bc12bfea4f677069a812a466da62dfcb116e9846;p=moodle.git Removed unused global (see bug #4948) --- diff --git a/question/format/coursetestmanager/format.php b/question/format/coursetestmanager/format.php index e2206f915d..86455599a0 100755 --- a/question/format/coursetestmanager/format.php +++ b/question/format/coursetestmanager/format.php @@ -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);