Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb8829
)
MDL-27804 allow changing of only auth in csv user uploads
author
Petr Skoda
<commits@skodak.org>
Fri, 15 Jul 2011 09:07:33 +0000
(11:07 +0200)
committer
Petr Skoda
<commits@skodak.org>
Fri, 15 Jul 2011 09:07:33 +0000
(11:07 +0200)
admin/uploaduser.php
patch
|
blob
|
blame
|
history
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) {