From 5c0700a6048ab2d69cd81d3a5d2d41a582c405fd Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 18 Jul 2008 04:06:12 +0000 Subject: [PATCH] MDL-15701 Merged fix for showing just non-deleted hosts, from 1.9 --- blocks/mnet_hosts/block_mnet_hosts.php | 1 + 1 file changed, 1 insertion(+) diff --git a/blocks/mnet_hosts/block_mnet_hosts.php b/blocks/mnet_hosts/block_mnet_hosts.php index 2978bd4acc..002aa824a0 100644 --- a/blocks/mnet_hosts/block_mnet_hosts.php +++ b/blocks/mnet_hosts/block_mnet_hosts.php @@ -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 -- 2.39.5