summaryrefslogtreecommitdiffstats
path: root/frontends/php/events.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-25 11:52:41 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-25 11:52:41 +0000
commit56a5e3453ca8651296755d5833aac6becf620fa3 (patch)
tree7d633b3cbc921d8065939a923da02b5fc0fb4836 /frontends/php/events.php
parentd3fc7944f6fd4a51dba16bcb1e24fa154a29e5fb (diff)
- [DEV-137] fix simple graphs error. Tnx to Palmertree. (Artem)
- [DEV-137] added profile value_id devision by nodes (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5788 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 55de7e1b..cbe9debf 100644
--- a/frontends/php/events.php
+++ b/frontends/php/events.php
@@ -259,7 +259,7 @@ include_once "include/page_header.php";
$sql_cond = ' and h.hostid=hg.hostid and hg.groupid='.$_REQUEST['groupid'];
}
else{
- $sql_from = ', hosts_groups hg ';
+ $sql_from = '';
$sql_cond = ' and h.hostid in ('.$available_hosts.') ';
}