From 9277e40994703347caafd46b75a58df75f269340 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 14 May 2005 09:51:36 +0000 Subject: - delete items from linked hosts when using checkboxes (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1769 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/items.php | 1 + 1 file changed, 1 insertion(+) (limited to 'frontends/php/items.php') 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"]); } } -- cgit