mirror of
https://github.com/moodle/moodle.git
synced 2025-03-15 05:00:06 +01:00
Merge branch 'MDL-38717-master' of git://github.com/danpoltawski/moodle
This commit is contained in:
commit
1b393ce91d
@ -155,6 +155,7 @@ function useredit_shared_definition(&$mform, $editoroptions = null, $filemanager
|
||||
} else {
|
||||
$mform->addElement('text', 'email', get_string('email'), 'maxlength="100" size="30"');
|
||||
$mform->addRule('email', $strrequired, 'required', null, 'client');
|
||||
$mform->setType('email', PARAM_NOTAGS);
|
||||
}
|
||||
|
||||
$choices = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user