From bc12bfea4f677069a812a466da62dfcb116e9846 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Tue, 21 Mar 2006 13:38:36 +0000 Subject: [PATCH] Removed unused global (see bug #4948) --- question/format/coursetestmanager/format.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.39.5