Merge branch 'w18_MDL-32627_m23_userajax' of git://github.com/skodak/moodle

This commit is contained in:
Dan Poltawski
2012-04-30 09:50:04 +08:00
+1 -1
View File
@@ -206,7 +206,7 @@ function useredit_shared_definition(&$mform, $editoroptions = null) {
$choices['0'] = get_string('ajaxno');
$choices['1'] = get_string('ajaxyes');
$mform->addElement('select', 'ajax', get_string('ajaxuse'), $choices);
$mform->setDefault('ajax', 0);
$mform->setDefault('ajax', 1);
}
$choices = array();