MDL-15701 Merged fix for showing just non-deleted hosts, from 1.9

This commit is contained in:
moodler 2008-07-18 04:06:12 +00:00
parent 771fea0b08
commit 5c0700a604

View File

@ -60,6 +60,7 @@ class block_mnet_hosts extends block_list {
WHERE
h.id <> ? AND
h.id = h2s_IDP.hostid AND
h.deleted = 0 AND
h.applicationid = a.id AND
h2s_IDP.serviceid = s_IDP.id AND
s_IDP.name = 'sso_idp' AND