From f45a870a9406ffa6be12e5a7f3bcbc9cffae2ae8 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Wed, 10 Aug 2005 12:10:38 +0000 Subject: Minor changes. git-svn-id: svn://svn.zabbix.com/trunk@1965 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/hosts.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'frontends/php/hosts.php') diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php index 744bbbe0..e614f550 100644 --- a/frontends/php/hosts.php +++ b/frontends/php/hosts.php @@ -773,8 +773,12 @@ show_table2_header_end(); // end of if($_GET["config"]==1) + if(isset($_GET["hostid"])) + { insert_host_profile_form($_GET["hostid"]); } + + } ?>