mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'm23_MDL-35562' of git://github.com/danmarsden/moodle into MOODLE_23_STABLE
This commit is contained in:
commit
0a7db801f3
1 changed files with 2 additions and 3 deletions
|
@ -481,9 +481,8 @@ class enrol_database_plugin extends enrol_plugin {
|
|||
}
|
||||
$rs->Close();
|
||||
} else {
|
||||
mtrace('Error while communicating with external enrolment database');
|
||||
$extdb->Close();
|
||||
return;
|
||||
mtrace(" error: skipping course '$course->mapping' - could not match with external database");
|
||||
continue;
|
||||
}
|
||||
unset($user_mapping);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue