mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-13003 - dont icq key array twice
merged from MOODLE_19_STABLE
This commit is contained in:
parent
d4ba9ef7dc
commit
1eeaed292b
@ -68,7 +68,7 @@ $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',
|
||||
'ajax', 'autosubscribe', 'mnethostid', 'institution', 'department', 'idnumber', 'icq', 'phone1', 'phone2', 'address', 'url', 'description',
|
||||
'icq', 'oldusername', 'emailstop', 'deleted', 'password');
|
||||
'oldusername', 'emailstop', 'deleted', 'password');
|
||||
|
||||
$PRF_FIELDS = array();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user