]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-13003 - dont icq key array twice
authorpoltawski <poltawski>
Wed, 16 Jan 2008 15:07:00 +0000 (15:07 +0000)
committerpoltawski <poltawski>
Wed, 16 Jan 2008 15:07:00 +0000 (15:07 +0000)
merged from MOODLE_19_STABLE

admin/uploaduser.php

index c058a07e3474faa3a5ed4dd6ccd7fa5dd18c74c7..192fdf01500450bee122e2a8a39fad423641d670 100755 (executable)
@@ -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();