mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-13226 - allow user digest settings to be set with bulk user actions
merged from MOODLE_19_STABLE
This commit is contained in:
parent
d4d7135444
commit
f58e6d26f2
2 changed files with 6 additions and 1 deletions
|
@ -66,7 +66,7 @@ $returnurl = $CFG->wwwroot.'/'.$CFG->admin.'/uploaduser.php';
|
|||
$bulknurl = $CFG->wwwroot.'/'.$CFG->admin.'/user/user_bulk.php';
|
||||
|
||||
// array of all valid fields for validation
|
||||
$STD_FIELDS = array('firstname', 'lastname', 'username', 'email', 'city', 'country', 'lang', 'auth', 'timezone', 'mailformat', 'maildisplay', 'htmleditor',
|
||||
$STD_FIELDS = array('firstname', 'lastname', 'username', 'email', 'city', 'country', 'lang', 'auth', 'timezone', 'mailformat', 'maildisplay', 'maildigest', 'htmleditor',
|
||||
'ajax', 'autosubscribe', 'mnethostid', 'institution', 'department', 'idnumber', 'icq', 'phone1', 'phone2', 'address', 'url', 'description',
|
||||
'oldusername', 'emailstop', 'deleted', 'password');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue