diff options
Diffstat (limited to 'frontends/php/map.html')
| -rw-r--r-- | frontends/php/map.html | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
