From ce4b7a91ed557315d7bd0dffebdc79a66d01cc72 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 26 Feb 2005 17:54:41 +0000 Subject: - fixed mouse navigation for multiple maps in one screen (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1678 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include') diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 14b4c4a7..c5312d2d 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -4459,7 +4459,7 @@ echo ""; function get_map_imagemap($sysmapid) { - $map="\n"; + $map="\n"; $result=DBselect("select h.host,sh.shostid,sh.sysmapid,sh.hostid,sh.label,sh.x,sh.y,h.status,sh.icon,sh.url from sysmaps_hosts sh,hosts h where sh.sysmapid=$sysmapid and h.hostid=sh.hostid"); for($i=0;$i