mirror of
https://github.com/moodle/moodle.git
synced 2025-04-23 17:34:56 +02:00
Merge branch 'master_MDL-35557' of git://github.com/danmarsden/moodle
This commit is contained in:
commit
f7a506fb87
@ -641,7 +641,7 @@ class enrol_database_plugin extends enrol_plugin {
|
||||
if ($idnumber) {
|
||||
$sqlfields[] = $idnumber;
|
||||
}
|
||||
$sql = $this->db_get_sql($table, array(), $sqlfields);
|
||||
$sql = $this->db_get_sql($table, array(), $sqlfields, true);
|
||||
$createcourses = array();
|
||||
if ($rs = $extdb->Execute($sql)) {
|
||||
if (!$rs->EOF) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user