Merge branch 'MDL-33990' of git://github.com/danpoltawski/moodle

This commit is contained in:
Sam Hemelryk
2012-07-03 10:36:57 +12:00
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -36,9 +36,6 @@
function user_preference_allow_ajax_update($name, $paramtype) {
global $USER, $PAGE;
// Make sure that the required JavaScript libraries are loaded.
$PAGE->requires->yui2_lib('connection');
// Record in the session that this user_preference is allowed to updated remotely.
$USER->ajax_updatable_user_prefs[$name] = $paramtype;
}
-1
View File
@@ -326,7 +326,6 @@ class page_requirements_manager {
);
if (debugging('', DEBUG_DEVELOPER)) {
$this->M_cfg['developerdebug'] = true;
$this->yui2_lib('logger');
}
// accessibility stuff