summaryrefslogtreecommitdiffstats
path: root/frontends/php/tr_comments.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-13 08:22:32 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-13 08:22:32 +0000
commitabaab90a1c9d3367f1ef636557cfe8e661716749 (patch)
tree3e266e5523a635c45a7e7ef6d4571e7323f26065 /frontends/php/tr_comments.php
parent8901654871973b4267f106a97183001189189c82 (diff)
downloadzabbix-abaab90a1c9d3367f1ef636557cfe8e661716749.tar.gz
zabbix-abaab90a1c9d3367f1ef636557cfe8e661716749.tar.xz
zabbix-abaab90a1c9d3367f1ef636557cfe8e661716749.zip
- merger rev. 4546:4547 of branches/1.4.j [developed data monitoring of multiple nodes]
git-svn-id: svn://svn.zabbix.com/trunk@4549 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/tr_comments.php')
-rw-r--r--frontends/php/tr_comments.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/tr_comments.php b/frontends/php/tr_comments.php
index db7536f4..941f8da7 100644
--- a/frontends/php/tr_comments.php
+++ b/frontends/php/tr_comments.php
@@ -55,7 +55,7 @@ include_once "include/page_header.php";
if(! ($db_data = DBfetch(DBselect('select * from items i, functions f '.
' where i.itemid=f.itemid and f.triggerid='.$_REQUEST["triggerid"].
" and i.hostid not in (".$denyed_hosts.")".
- " and ".DBid2nodeid("f.triggerid")."=".$ZBX_CURNODEID
+ ' and '.DBin_node('f.triggerid')
))))
{
access_deny();