mnet MDL-21328 fixed non unique first field sql in mnet_services.php

merged from MOODLE_19_STABLE
This commit is contained in:
Penny Leach
2010-01-13 02:46:12 +00:00
parent 739e4e3c21
commit c684febcc3
+1 -1
View File
@@ -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