MDL-27804 allow changing of only auth in csv user uploads

This commit is contained in:
Petr Skoda
2011-07-15 11:08:19 +02:00
parent 93d82f4601
commit 52bdbe7617
+1
View File
@@ -468,6 +468,7 @@ if ($formdata = $mform2->is_cancelled()) {
if (!isset($supportedauths[$user->auth])) {
$upt->track('auth', $struserauthunsupported, 'warning');
}
$doupdate = true;
}
$allcolumns = array_merge($STD_FIELDS, $PRF_FIELDS);
foreach ($allcolumns as $column) {