From 287db0bc8db438e082be402b6f3de174b23e2b31 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 27 Mar 2008 13:31:05 +0000 Subject: - removed unnecessary table in SQL in blocks.inc.php (Artem) [tnx to Palmertree] git-svn-id: svn://svn.zabbix.com/trunk@5554 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/blocks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/blocks.inc.php') diff --git a/frontends/php/include/blocks.inc.php b/frontends/php/include/blocks.inc.php index c2ed7eca..8017b383 100644 --- a/frontends/php/include/blocks.inc.php +++ b/frontends/php/include/blocks.inc.php @@ -689,7 +689,7 @@ function make_webmon_overview($available_hosts=false){ )); $sql = 'SELECT DISTINCT g.groupid, g.name '. - ' FROM httptest ht, applications a, hosts h, groups g, hosts_groups hg '. + ' FROM httptest ht, applications a, groups g, hosts_groups hg '. ' WHERE hg.hostid in ('.$available_hosts.') '. ' AND hg.hostid=a.hostid '. ' AND g.groupid=hg.groupid '. -- cgit