MDL-33379 course: Removed deprecated move_section() from course/lib.php

This commit is contained in:
Rajesh Taneja 2013-04-17 14:07:38 +08:00
parent b3661ab272
commit fbc7f2af93
2 changed files with 7 additions and 32 deletions

View file

@ -4515,3 +4515,10 @@ function get_courses_wmanagers($categoryid=0, $sort="c.sortorder ASC", $fields=a
return $courses;
}
/**
* @deprecated since Moodle 2.3
*/
function move_section($course, $section, $move) {
throw new coding_exception('move_section() can not be used any more, please see move_section_to().');
}