Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'wip-mdl-33379' of git://github.com/rajeshtaneja/moodle
[moodle.git]
/
lib
/
deprecatedlib.php
diff --git
a/lib/deprecatedlib.php
b/lib/deprecatedlib.php
index
c52eee2
..
3aab9f4
100644
(file)
--- a/
lib/deprecatedlib.php
+++ b/
lib/deprecatedlib.php
@@
-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().');
+}