mirror of
https://github.com/moodle/moodle.git
synced 2025-05-02 22:45:03 +02:00
MDL-22574, removed unused function
This commit is contained in:
parent
9bed73fa03
commit
633198cac1
@ -25,13 +25,5 @@ class course_import_groups_form extends moodleform {
|
|||||||
|
|
||||||
$this->add_action_buttons(false, $strimportgroups);
|
$this->add_action_buttons(false, $strimportgroups);
|
||||||
}
|
}
|
||||||
function get_import_name(){
|
|
||||||
if ($this->is_submitted() and $this->is_validated()) {
|
|
||||||
// return the temporary filename to process
|
|
||||||
return $this->_upload_manager->files['userfile']['tmp_name'];
|
|
||||||
} else {
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user