Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-27804 allow changing of only auth in csv user uploads
[moodle.git]
/
admin
/
uploaduser.php
diff --git
a/admin/uploaduser.php
b/admin/uploaduser.php
index
acc08d2
..
c827ce7
100644
(file)
--- a/
admin/uploaduser.php
+++ b/
admin/uploaduser.php
@@
-470,6
+470,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) {