mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'wip-mdl-33379' of git://github.com/rajeshtaneja/moodle
Conflicts: lib/deprecatedlib.php
This commit is contained in:
commit
9052fc4489
2 changed files with 7 additions and 32 deletions
|
@ -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().');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue