summaryrefslogtreecommitdiffstats
path: root/frontends/php/events.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-10 10:00:45 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-10 10:00:45 +0000
commitad748339f10a258cc566177a8c719744b1715e26 (patch)
treedcddcd8658cfa8d31c5a1f8219c28c83b4027121 /frontends/php/events.php
parentfcc91decd3db84a94505ac2147be987867dcfb41 (diff)
downloadzabbix-ad748339f10a258cc566177a8c719744b1715e26.tar.gz
zabbix-ad748339f10a258cc566177a8c719744b1715e26.tar.xz
zabbix-ad748339f10a258cc566177a8c719744b1715e26.zip
- [DEV-137] small improvements (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5606 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/events.php')
-rw-r--r--frontends/php/events.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/events.php b/frontends/php/events.php
index 53890bf2..0f762208 100644
--- a/frontends/php/events.php
+++ b/frontends/php/events.php
@@ -287,7 +287,7 @@ include_once "include/page_header.php";
$sql = 'SELECT e.eventid, e.objectid as triggerid, e.clock, e.value, e.acknowledged '.
' FROM events e '.
' WHERE (e.object+0)='.EVENT_OBJECT_TRIGGER.
- ' AND '.DBin_condition('e.objectid', $trigger_list).
+ ' AND '.DBin_condition('e.objectid', $trigger_list).
$sql_cond.
order_by('e.clock');
//SDI($sql);