From ffc8bae784cb1b13550976b7fff1d419bbd1798a Mon Sep 17 00:00:00 2001 From: osmiy Date: Mon, 7 Aug 2006 13:13:17 +0000 Subject: - fixed count of problems displayin for submaps (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3101 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/map.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/map.php') 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; -- cgit