summaryrefslogtreecommitdiffstats
path: root/frontends/php/maps.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-06 09:55:29 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-06 09:55:29 +0000
commit4f7fbfe6c9fe77d0590e4309c6aebe15fceba65a (patch)
treee1383b0a1755450ff94169bbb364691289078c49 /frontends/php/maps.php
parent0b765af5821ca1cf11057e2057ce466fbcfed5f2 (diff)
downloadzabbix-4f7fbfe6c9fe77d0590e4309c6aebe15fceba65a.tar.gz
zabbix-4f7fbfe6c9fe77d0590e4309c6aebe15fceba65a.tar.xz
zabbix-4f7fbfe6c9fe77d0590e4309c6aebe15fceba65a.zip
Misc GUI improvements.
git-svn-id: svn://svn.zabbix.com/trunk@2606 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/maps.php')
-rw-r--r--frontends/php/maps.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/maps.php b/frontends/php/maps.php
index 88bc1a3a..826ed424 100644
--- a/frontends/php/maps.php
+++ b/frontends/php/maps.php
@@ -46,6 +46,7 @@
);
check_fields($fields);
+
?>
<?php
@@ -61,6 +62,7 @@
$_REQUEST["sysmapid"]=@iif(isset($_REQUEST["sysmapid"]),$_REQUEST["sysmapid"],get_profile("web.maps.sysmapid",0));
update_profile("web.maps.sysmapid",$_REQUEST["sysmapid"]);
update_profile("web.menu.view.last",$page["file"]);
+ if($_REQUEST["sysmapid"] == 0) unset($_REQUEST["sysmapid"]);
?>
<?php