summaryrefslogtreecommitdiffstats
path: root/frontends/php/maps.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-08-26 16:17:57 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-08-26 16:17:57 +0000
commit19d8ca6f149b006c8775c2e7ae24d74f16201198 (patch)
tree3ef2e08011c1423ada2689707250fc80f3ed1bfd /frontends/php/maps.php
parent53338d4d70ccb87b724bd3df293b8ce1b32fbb11 (diff)
downloadzabbix-19d8ca6f149b006c8775c2e7ae24d74f16201198.tar.gz
zabbix-19d8ca6f149b006c8775c2e7ae24d74f16201198.tar.xz
zabbix-19d8ca6f149b006c8775c2e7ae24d74f16201198.zip
- misc usability fixes for PHP interface (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1998 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/maps.php')
-rw-r--r--frontends/php/maps.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontends/php/maps.php b/frontends/php/maps.php
index ab420fe9..2ada7ee1 100644
--- a/frontends/php/maps.php
+++ b/frontends/php/maps.php
@@ -48,6 +48,12 @@
?>
<?php
+ $_GET["sysmapid"]=@iif(isset($_GET["sysmapid"]),$_GET["sysmapid"],get_profile("web.maps.sysmapid",0));
+ update_profile("web.maps.sysmapid",$_GET["sysmapid"]);
+ update_profile("web.menu.view.last",$page["file"]);
+?>
+
+<?php
// if(!isset($_GET["fullscreen"]))
{
show_table3_header_begin();