MDL-13003 - dont icq key array twice

merged from MOODLE_19_STABLE
This commit is contained in:
poltawski 2008-01-16 15:07:00 +00:00
parent d4ba9ef7dc
commit 1eeaed292b

View File

@ -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();