mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
Removed unused global (see bug #4948)
This commit is contained in:
parent
88629fc419
commit
bc12bfea4f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user