summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/blocks.inc.php2
1 files changed, 1 insertions, 1 deletions
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 '.