Merge branch 'wip-mdl-33379' of git://github.com/rajeshtaneja/moodle

Conflicts:
	lib/deprecatedlib.php
This commit is contained in:
Sam Hemelryk 2013-06-11 10:35:10 +12:00
commit 9052fc4489
2 changed files with 7 additions and 32 deletions

View file

@ -4662,3 +4662,10 @@ function convert_tabrows_to_tree($tabrows, $selected, $inactive, $activated) {
return $subtree;
}
/**
* @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().');
}