summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/hosts.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-14 08:33:57 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-05-14 08:33:57 +0000
commitbdfbda3f30a2021269c297432467315954ff3d1a (patch)
tree285ec9faade2b21ceb3a4635c81a52f5e906995a /frontends/php/include/hosts.inc.php
parentfaf1d49a0fc990e0237ced51698ec7adce3a4ef8 (diff)
downloadzabbix-bdfbda3f30a2021269c297432467315954ff3d1a.tar.gz
zabbix-bdfbda3f30a2021269c297432467315954ff3d1a.tar.xz
zabbix-bdfbda3f30a2021269c297432467315954ff3d1a.zip
- cleaned debug information
git-svn-id: svn://svn.zabbix.com/trunk@4128 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/hosts.inc.php')
-rw-r--r--frontends/php/include/hosts.inc.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/frontends/php/include/hosts.inc.php b/frontends/php/include/hosts.inc.php
index 7e1fc62d..64ae8f36 100644
--- a/frontends/php/include/hosts.inc.php
+++ b/frontends/php/include/hosts.inc.php
@@ -598,9 +598,6 @@ require_once "include/items.inc.php";
}
}
-// SDI("ig:".$_REQUEST["groupid"]);
-// SDI("ih:".$_REQUEST["hostid"]);
-
if(in_array("always_select_first_host",$options) && $_REQUEST["hostid"] == 0 && $_REQUEST["groupid"] != 0)
$_REQUEST["hostid"] = -1;
@@ -609,9 +606,6 @@ require_once "include/items.inc.php";
$_REQUEST["groupid"] = $result["groupid"];
$_REQUEST["hostid"] = $result["hostid"];
-// SDI("og:".$_REQUEST["groupid"]);
-// SDI("oh:".$_REQUEST["hostid"]);
-
update_profile($host_var,$_REQUEST["hostid"]);
update_profile($group_var,$_REQUEST["groupid"]);
}