mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 02:16:06 +02:00
Merge branch 'w28_MDL-27804_m22_csvauth' of git://github.com/skodak/moodle
This commit is contained in:
commit
ce4a587308
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user