From 65da20528104111aa992f935f2c6b205a25e9f98 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Thu, 27 Jan 2005 18:34:07 +0000 Subject: - fixed mouse navigation for multiple maps in one screen (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1636 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/sysmap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/sysmap.php') diff --git a/frontends/php/sysmap.php b/frontends/php/sysmap.php index 4d9fd4f8..df4bc886 100644 --- a/frontends/php/sysmap.php +++ b/frontends/php/sysmap.php @@ -82,7 +82,7 @@ echo ""; if(isset($_GET["sysmapid"])) { - $map="\n"; + $map="\n"; $result=DBselect("select h.host,sh.shostid,sh.sysmapid,sh.hostid,sh.label,sh.x,sh.y,h.status from sysmaps_hosts sh,hosts h where sh.sysmapid=".$_GET["sysmapid"]." and h.hostid=sh.hostid"); for($i=0;$i