MDL-15214 there is no such field "emailenable"

This commit is contained in:
mudrd8mz
2008-06-11 21:58:11 +00:00
parent 9b256d1b2c
commit ecdf8d2e65
+1 -1
View File
@@ -94,7 +94,7 @@ function useredit_shared_definition(&$mform) {
$choices['0'] = get_string('emailenable');
$choices['1'] = get_string('emaildisable');
$mform->addElement('select', 'emailstop', get_string('emailactive'), $choices);
$mform->setDefault('emailenable', 1);
$mform->setDefault('emailstop', 0);
$choices = array();
$choices['0'] = get_string('textformat');