Removed unused global (see bug #4948)

This commit is contained in:
thepurpleblob 2006-03-21 13:38:36 +00:00
parent 88629fc419
commit bc12bfea4f

View File

@ -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);