summaryrefslogtreecommitdiffstats
path: root/frontends/php/hosts.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-13 07:53:21 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-13 07:53:21 +0000
commit46047202b0baa12a699ae13d05fa602740030a10 (patch)
tree01b608bb9636139559d14882b13426f8b8f87ad1 /frontends/php/hosts.php
parent557a39fa4c35009c9aaf4ff29d1c877e0b8fb366 (diff)
downloadzabbix-46047202b0baa12a699ae13d05fa602740030a10.tar.gz
zabbix-46047202b0baa12a699ae13d05fa602740030a10.tar.xz
zabbix-46047202b0baa12a699ae13d05fa602740030a10.zip
- fixed incorrect groupid error for actions (Eugene)
(http://www.zabbix.com/forum/showthread.php?t=2146) git-svn-id: svn://svn.zabbix.com/trunk@2635 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/hosts.php')
-rw-r--r--frontends/php/hosts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php
index 09c5bd4a..6a61dda5 100644
--- a/frontends/php/hosts.php
+++ b/frontends/php/hosts.php
@@ -240,7 +240,7 @@
if(isset($_REQUEST["groupid"])){
$result=delete_host_group($_REQUEST["groupid"]);
if($result){
-// $group = get_group_by_groupid($_REQUEST["groupid"]);
+// $group = get_hostgroup_by_groupid($_REQUEST["groupid"]);
// add_audit(AUDIT_ACTION_DELETE,AUDIT_RESOURCE_GROUP,
// "Group [".$group["name"]."]");