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:
a66aea5
)
MDL-36334 JS: Only print deprecation notices for developers
author
Damyon Wiese
<damyon@moodle.com>
Tue, 7 Jan 2014 08:11:27 +0000
(16:11 +0800)
committer
Damyon Wiese
<damyon@moodle.com>
Tue, 7 Jan 2014 08:11:27 +0000
(16:11 +0800)
enrol/locallib.php
patch
|
blob
|
blame
|
history
diff --git
a/enrol/locallib.php
b/enrol/locallib.php
index
404e360
..
03e2f6c
100644
(file)
--- a/
enrol/locallib.php
+++ b/
enrol/locallib.php
@@
-1265,7
+1265,7
@@
class enrol_user_button extends single_button {
*/
public function require_yui_module($modules, $function, array $arguments = null, $galleryversion = null, $ondomready = false) {
if ($galleryversion != null) {
- debugging('The galleryversion parameter to yui_module has been deprecated since Moodle 2.3.');
+ debugging('The galleryversion parameter to yui_module has been deprecated since Moodle 2.3.'
, DEBUG_DEVELOPER
);
}
$js = new stdClass;