summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-05-14 09:51:36 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-05-14 09:51:36 +0000
commit9277e40994703347caafd46b75a58df75f269340 (patch)
treee587e872c64e785a68872ca48f6cbefde7b04a8c /frontends/php/items.php
parentec883aa97f0d7d508ca853ab19aea2f5ee3f2bf7 (diff)
downloadzabbix-9277e40994703347caafd46b75a58df75f269340.tar.gz
zabbix-9277e40994703347caafd46b75a58df75f269340.tar.xz
zabbix-9277e40994703347caafd46b75a58df75f269340.zip
- delete items from linked hosts when using checkboxes (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1769 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
-rw-r--r--frontends/php/items.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php
index 04835623..b2e44b23 100644
--- a/frontends/php/items.php
+++ b/frontends/php/items.php
@@ -109,6 +109,7 @@
// $$ is correct here
if(isset($_GET[$row["itemid"]]))
{
+ delete_item_from_templates($row["itemid"]);
$result2=delete_item($row["itemid"]);
}
}