mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
mnet MDL-21261 fixing a sql unique keyword in the new mnet admin testclient
This commit is contained in:
parent
fd1972490e
commit
24409f74b2
@ -89,7 +89,7 @@ if (!empty($hostid) && array_key_exists($hostid, $hosts)) {
|
||||
// so it's best to just do this small query and then remap the results afterwards
|
||||
$sql = '
|
||||
SELECT DISTINCT
|
||||
' . $DB->sql_concat('r.plugintype', "'_'", 'r.pluginname', "'_'", 's.name') . ' AS unique,
|
||||
' . $DB->sql_concat('r.plugintype', "'_'", 'r.pluginname', "'_'", 's.name') . ' AS uniqueid,
|
||||
s.name,
|
||||
r.plugintype,
|
||||
r.pluginname
|
||||
|
Loading…
x
Reference in New Issue
Block a user