1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-02 06:22:59 +02:00

MDL-22574, removed unused function

This commit is contained in:
Dongsheng Cai 2010-06-08 06:02:15 +00:00
parent 9bed73fa03
commit 633198cac1

@ -25,13 +25,5 @@ class course_import_groups_form extends moodleform {
$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;
}
}
}