From 6b82efc971219ffc1e7b665d5ec340da9fdf2e2e Mon Sep 17 00:00:00 2001 From: hugetoad Date: Wed, 23 Jan 2002 19:36:34 +0000 Subject: Fix of System Map image (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@301 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/map.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/map.html') diff --git a/frontends/php/map.html b/frontends/php/map.html index dce478e0..87e72fbf 100644 --- a/frontends/php/map.html +++ b/frontends/php/map.html @@ -116,7 +116,7 @@ if($count==1) { $color=$red; - $result1=DBselect("select t.description from items i,functions f,triggers t,hosts h where h.hostid=i.hostid and i.hostid=$hostid and i.itemid=f.itemid and f.triggerid=t.triggerid and t.istrue=1 and h.status (0,2) and i.status=0"); + $result1=DBselect("select t.description from items i,functions f,triggers t,hosts h where h.hostid=i.hostid and i.hostid=$hostid and i.itemid=f.itemid and f.triggerid=t.triggerid and t.istrue=1 and h.status in (0,2) and i.status=0"); $label=DBget_field($result1,0,0); } else if($count>1) -- cgit