summaryrefslogtreecommitdiffstats
path: root/frontends/php/report3.php
diff options
context:
space:
mode:
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();