summaryrefslogtreecommitdiffstats
path: root/frontends/php/popup.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-13 09:41:30 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-13 09:41:30 +0000
commit48933ee8048f2c2c95147a836e5fe5d492f7b1e6 (patch)
tree1a7c9b1221a6e9d9eecabe5cd927a4b1e1fc8c0e /frontends/php/popup.php
parentf8ec2508ed6a4c962bb6cc996881232ab4a2d3f0 (diff)
downloadzabbix-48933ee8048f2c2c95147a836e5fe5d492f7b1e6.tar.gz
zabbix-48933ee8048f2c2c95147a836e5fe5d492f7b1e6.tar.xz
zabbix-48933ee8048f2c2c95147a836e5fe5d492f7b1e6.zip
- [DEV-199] GUI improvements (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5903 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/popup.php')
-rw-r--r--frontends/php/popup.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/popup.php b/frontends/php/popup.php
index d74aa148..1df0f8a1 100644
--- a/frontends/php/popup.php
+++ b/frontends/php/popup.php
@@ -172,7 +172,7 @@ include_once "include/page_header.php";
$srcfld2 = get_request("srcfld2", null); // second source table field [can be different from fields of source table]
$monitored_hosts = get_request("monitored_hosts", 0);
- $real_hosts = get_request("real_hosts", 0);
+ $real_hosts = get_request("real_hosts", 0);
$only_hostid = get_request("only_hostid", null);
$host_status = array();
@@ -229,13 +229,13 @@ include_once "include/page_header.php";
unset($_REQUEST["groupid"],$_REQUEST["nodeid"]);
}
- $validation_param = array("allow_all_hosts");
+ $validation_param = array('allow_all_hosts','always_select_first_host');
if($monitored_hosts)
- array_push($validation_param, "monitored_hosts");
+ array_push($validation_param, 'monitored_hosts');
if($real_hosts)
- array_push($validation_param, "real_hosts");
+ array_push($validation_param, 'real_hosts');
if(str_in_array($srctbl,array("graphs","screens","triggers","logitems","items"))){
array_push($validation_param, "always_select_first_host");