summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmap.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/sysmap.php')
-rw-r--r--frontends/php/sysmap.php2
1 files changed, 1 insertions, 1 deletions
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 "<TD ALIGN=CENTER>";
if(isset($_GET["sysmapid"]))
{
- $map="\n<map name=links>";
+ $map="\n<map name=links".$_GET["sysmapid"]."_".rand(0,100000).">";
$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<DBnum_rows($result);$i++)
{