From 469010ebdf4c1d779e41eacfcdc4f7c479cbb334 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 21 Oct 2007 11:05:00 +0000 Subject: - [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 --- frontends/php/include/events.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/events.inc.php') 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, -- cgit