summaryrefslogtreecommitdiffstats
path: root/frontends/php/report3.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-23 15:27:47 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-23 15:27:47 +0000
commit155b93902f76f21999780359f60ce1d9a1132a55 (patch)
treecc1db33ada05813d3ba07f79b3292c720be32b67 /frontends/php/report3.php
parent85021247610a2cf94ab8f1e72e44088a9c80628a (diff)
downloadzabbix-155b93902f76f21999780359f60ce1d9a1132a55.tar.gz
zabbix-155b93902f76f21999780359f60ce1d9a1132a55.tar.xz
zabbix-155b93902f76f21999780359f60ce1d9a1132a55.zip
- [DEV-137] minor fix (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5650 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/report3.php')
-rw-r--r--frontends/php/report3.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/report3.php b/frontends/php/report3.php
index bee83821..4b77a6c2 100644
--- a/frontends/php/report3.php
+++ b/frontends/php/report3.php
@@ -55,7 +55,7 @@ include_once "include/page_header.php";
' FROM services s '.
' WHERE s.serviceid='.$_REQUEST['serviceid'].
' AND (s.triggerid IS NULL OR '.DBcondition('s.triggerid',$available_triggers).') '.
- ' AND DBin_node('s.serviceid')';
+ ' AND '.DBin_node('s.serviceid');
if(!$service = DBfetch(DBselect($sql))){
access_deny();