From 409ee0ae8dba2a54aecfc0f1f75df4dd48e262c4 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Wed, 28 Dec 2005 14:13:47 +0000 Subject: Minor fixes. git-svn-id: svn://svn.zabbix.com/trunk@2442 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/graphs.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'frontends/php/graphs.php') diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php index 683b76ac..b394da38 100644 --- a/frontends/php/graphs.php +++ b/frontends/php/graphs.php @@ -38,6 +38,8 @@ show_footer(); exit; } + $_REQUEST["hostid"]=@iif(isset($_REQUEST["hostid"]),$_REQUEST["hostid"],get_profile("web.latest.hostid",0)); + update_profile("web.latest.hostid",$_REQUEST["hostid"]); update_profile("web.menu.config.last",$page["file"]); ?> -- cgit