From: moodler Date: Fri, 18 Jul 2008 04:06:12 +0000 (+0000) Subject: MDL-15701 Merged fix for showing just non-deleted hosts, from 1.9 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5c0700a6048ab2d69cd81d3a5d2d41a582c405fd;p=moodle.git MDL-15701 Merged fix for showing just non-deleted hosts, from 1.9 --- 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