summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/items.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-31 09:44:53 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-31 09:44:53 +0000
commitf7b95a3f252ac4615e698250ca32de04d187b6ec (patch)
tree65bca851d9f1748c936d9575f4e7b715e6bbb129 /frontends/php/include/items.inc.php
parent718d89f5e6eac164f4c4fb87f6333f010e2bf6c3 (diff)
downloadzabbix-f7b95a3f252ac4615e698250ca32de04d187b6ec.tar.gz
zabbix-f7b95a3f252ac4615e698250ca32de04d187b6ec.tar.xz
zabbix-f7b95a3f252ac4615e698250ca32de04d187b6ec.zip
added items for webtests & fixed massupdate
git-svn-id: svn://svn.zabbix.com/trunk@3775 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/items.inc.php')
-rw-r--r--frontends/php/include/items.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/php/include/items.inc.php b/frontends/php/include/items.inc.php
index 65128904..a225a860 100644
--- a/frontends/php/include/items.inc.php
+++ b/frontends/php/include/items.inc.php
@@ -427,6 +427,9 @@
$$var_name = $item_data[$info['db_varname']];
}
+ if($item_data['type'] == ITEM_TYPE_HTTPTEST)
+ $applications = get_applications_by_itemid($itemid);
+
return update_item($itemid,
$description,$key,$hostid,$delay,
$history,$status,$type,