summaryrefslogtreecommitdiffstats
path: root/frontends/php
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-04 09:13:25 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-12-04 09:13:25 +0000
commiteb826c0fe1ca64029d8cc10d5ddc52df6994ef43 (patch)
treec17241aa6b46e4a8bf2890228e3057f6fe3f9c2f /frontends/php
parent4fb2ab603d0f9c145c4e25d855772390c6ddf4c0 (diff)
downloadzabbix-eb826c0fe1ca64029d8cc10d5ddc52df6994ef43.tar.gz
zabbix-eb826c0fe1ca64029d8cc10d5ddc52df6994ef43.tar.xz
zabbix-eb826c0fe1ca64029d8cc10d5ddc52df6994ef43.zip
Misc changes.
git-svn-id: svn://svn.zabbix.com/trunk@3562 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php')
-rw-r--r--frontends/php/include/items.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/items.inc.php b/frontends/php/include/items.inc.php
index 8cf3d98e..9308cdd0 100644
--- a/frontends/php/include/items.inc.php
+++ b/frontends/php/include/items.inc.php
@@ -468,10 +468,10 @@
$db_tmp_items = get_items_by_hostid($templateid);
- $apps = get_same_applications_for_host(get_applications_by_itemid($db_tmp_item["itemid"]),$hostid);
while($db_tmp_item = DBfetch($db_tmp_items))
{
+ $apps = get_same_applications_for_host(get_applications_by_itemid($db_tmp_item["itemid"]),$hostid);
add_item(
$db_tmp_item["description"],
$db_tmp_item["key_"],