Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17e0390
)
MDL-26096 added missing return
author
Petr Skoda
<commits@skodak.org>
Sun, 23 Jan 2011 19:10:10 +0000
(20:10 +0100)
committer
Petr Skoda
<commits@skodak.org>
Sun, 23 Jan 2011 19:10:10 +0000
(20:10 +0100)
enrol/category/locallib.php
patch
|
blob
|
blame
|
history
diff --git
a/enrol/category/locallib.php
b/enrol/category/locallib.php
index
6924eaa
..
060e733
100644
(file)
--- a/
enrol/category/locallib.php
+++ b/
enrol/category/locallib.php
@@
-254,6
+254,7
@@
function enrol_category_sync_full() {
$plugin->delete_instance($instance);
}
}
+ return;
}
list($roleids, $params) = $DB->get_in_or_equal(array_keys($roles), SQL_PARAMS_NAMED, 'r000');