summaryrefslogtreecommitdiffstats
path: root/frontends/php/overview.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/overview.php')
-rw-r--r--frontends/php/overview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/overview.php b/frontends/php/overview.php
index 9c80f6be..a3e3b8bb 100644
--- a/frontends/php/overview.php
+++ b/frontends/php/overview.php
@@ -77,7 +77,7 @@
$cmbGroup = new CComboBox("groupid",$_REQUEST["groupid"],"submit()");
$cmbGroup->AddItem(0,S_ALL_SMALL);
- $result=DBselect("select groupid,name from groups order by name");
+ $result=DBselect("select groupid,name from groups where mod(groupid,100)=$ZBX_CURNODEID order by name");
while($row=DBfetch($result))
{
$result2=DBselect("select h.hostid,h.host from hosts h,items i,hosts_groups hg where".