summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/events.inc.php
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-21 11:05:00 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-21 11:05:00 +0000
commit469010ebdf4c1d779e41eacfcdc4f7c479cbb334 (patch)
tree265c3d34fd2e950b6f6cdbd5e1ebc23c4771bc23 /frontends/php/include/events.inc.php
parent381c6742533757053481569ae11496f8528cd37c (diff)
downloadzabbix-469010ebdf4c1d779e41eacfcdc4f7c479cbb334.tar.gz
zabbix-469010ebdf4c1d779e41eacfcdc4f7c479cbb334.tar.xz
zabbix-469010ebdf4c1d779e41eacfcdc4f7c479cbb334.zip
- [DEV-43] support of new macros {ITEM.VALUE}, {ITEM.VALUE1}, etc (Alexei)
[svn merge -r4874:4876 svn://svn.zabbix.com/branches/1.4.j] git-svn-id: svn://svn.zabbix.com/trunk@4877 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/events.inc.php')
-rw-r--r--frontends/php/include/events.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/events.inc.php b/frontends/php/include/events.inc.php
index 2d31ab0a..459b58e0 100644
--- a/frontends/php/include/events.inc.php
+++ b/frontends/php/include/events.inc.php
@@ -101,7 +101,7 @@
get_node_name_by_elid($row['triggerid']),
$hostid == 0 ? $row['host'] : null,
new CLink(
- expand_trigger_description_by_data($row),
+ expand_trigger_description_by_data($row, ZBX_FLAG_EVENT),
"tr_events.php?triggerid=".$row["triggerid"],"action"
),
$value,