summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/triggers.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-31 07:42:04 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-31 07:42:04 +0000
commitcf058c2ec2bff2902940ebcb7b753267ac7bea98 (patch)
treef7eea92cfd095f103b0b0ac1dda7fe4bba019152 /frontends/php/include/triggers.inc.php
parentcb6645a1e4f14f29e542d5342e927695452138d8 (diff)
downloadzabbix-cf058c2ec2bff2902940ebcb7b753267ac7bea98.tar.gz
zabbix-cf058c2ec2bff2902940ebcb7b753267ac7bea98.tar.xz
zabbix-cf058c2ec2bff2902940ebcb7b753267ac7bea98.zip
- fixed recursion coping of elements from template
git-svn-id: svn://svn.zabbix.com/trunk@3415 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/triggers.inc.php')
-rw-r--r--frontends/php/include/triggers.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/triggers.inc.php b/frontends/php/include/triggers.inc.php
index 26a9edac..5d8b1109 100644
--- a/frontends/php/include/triggers.inc.php
+++ b/frontends/php/include/triggers.inc.php
@@ -340,7 +340,7 @@
}
if($trig_host)
- {
+ {// create trigger for childs
$child_hosts = get_hosts_by_templateid($trig_host["hostid"]);
while($child_host = DBfetch($child_hosts))
{