summaryrefslogtreecommitdiffstats
path: root/frontends/php/map.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-08-07 13:13:17 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-08-07 13:13:17 +0000
commitffc8bae784cb1b13550976b7fff1d419bbd1798a (patch)
treefcd7b5cd7ea43649f6b69d7ded741a7e485e1003 /frontends/php/map.php
parent62fb63386a74c097ca7b92c982f0067399827f8c (diff)
downloadzabbix-ffc8bae784cb1b13550976b7fff1d419bbd1798a.tar.gz
zabbix-ffc8bae784cb1b13550976b7fff1d419bbd1798a.tar.xz
zabbix-ffc8bae784cb1b13550976b7fff1d419bbd1798a.zip
- fixed count of problems displayin for submaps (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3101 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/map.php')
-rw-r--r--frontends/php/map.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/map.php b/frontends/php/map.php
index 84b2d086..492025ae 100644
--- a/frontends/php/map.php
+++ b/frontends/php/map.php
@@ -212,7 +212,7 @@
}
}
- get_info_by_selementid($db_element["selementid"],$info_line, $color, $colors);
+ get_info_by_selementid($db_element["selementid"],$info_line, $color);
if($label_line=="" && $info_line=="") continue;