summaryrefslogtreecommitdiffstats
path: root/frontends/php/chart4.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-22 14:01:27 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-22 14:01:27 +0000
commit674e399c0e58a78d3308df9e345419cf53008144 (patch)
treeb8ed1eb9e605c27924383783138d873ea9234e3b /frontends/php/chart4.php
parent397cf67462bd88e61cbf6f638854d8787f66c467 (diff)
downloadzabbix-674e399c0e58a78d3308df9e345419cf53008144.tar.gz
zabbix-674e399c0e58a78d3308df9e345419cf53008144.tar.xz
zabbix-674e399c0e58a78d3308df9e345419cf53008144.zip
- merged rev. 4636:463t of branches/1.4 (Eugene) [added numeric parameters support for trigger description ' .. ']
git-svn-id: svn://svn.zabbix.com/trunk@4639 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/chart4.php')
-rw-r--r--frontends/php/chart4.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/chart4.php b/frontends/php/chart4.php
index fb58503d..bda1094b 100644
--- a/frontends/php/chart4.php
+++ b/frontends/php/chart4.php
@@ -45,7 +45,7 @@ include_once "include/page_header.php";
fatal_error(S_NO_TRIGGER_DEFINED);
}
- if(! ($db_data = DBfetch(DBselect('select distinct t.triggerid,t.description,h.host,h.hostid '.
+ if(! ($db_data = DBfetch(DBselect('select distinct t.triggerid,t.description,t.expression,h.host,h.hostid '.
' from hosts h, items i, functions f, triggers t'.
' where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=t.triggerid and t.triggerid='.$_REQUEST["triggerid"].
' and i.hostid not in ('.$denyed_hosts.') '