mnet MDL-21328 fixed non unique first field sql in mnet_services.php
merged from MOODLE_19_STABLE
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
$id_list .= ', '.$CFG->mnet_all_hosts_id;
|
||||
}
|
||||
|
||||
$concat = $DB->sql_concat('COALESCE(h2s.id,0) ', ' \'-\' ', ' svc.id');
|
||||
$concat = $DB->sql_concat('COALESCE(h2s.id,0) ', ' \'-\' ', ' svc.id', '\'-\'', 'r.parent_type', '\'-\'', 'r.parent');
|
||||
|
||||
$query = "
|
||||
SELECT DISTINCT
|
||||
|
||||
Reference in New Issue
Block a user