summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/forms.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-20 07:46:07 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-20 07:46:07 +0000
commitd36aeae3b8fa5359063fad31aeb219b146c6f124 (patch)
treeda2c86ff146e4119a4ced703ddc79e662edb38f2 /frontends/php/include/forms.inc.php
parentfd4edd75ec48f07a52452ad656d6c9c8c9ca5e6c (diff)
downloadzabbix-d36aeae3b8fa5359063fad31aeb219b146c6f124.tar.gz
zabbix-d36aeae3b8fa5359063fad31aeb219b146c6f124.tar.xz
zabbix-d36aeae3b8fa5359063fad31aeb219b146c6f124.zip
- [DEV-149] fix to hosts mass update (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5717 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
-rw-r--r--frontends/php/include/forms.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php
index 7cc69905..81afe4a9 100644
--- a/frontends/php/include/forms.inc.php
+++ b/frontends/php/include/forms.inc.php
@@ -4154,7 +4154,7 @@
$frmHost->AddRow(S_NAME,S_ORIGINAL);
- $grp_tb = new CTweenBox($frmHost,'groups',null,6);
+ $grp_tb = new CTweenBox($frmHost,'groups',$groups,6);
$db_groups=DBselect('SELECT DISTINCT groupid,name '.
' FROM groups '.
' WHERE groupid IN ('.get_accessible_groups_by_user($USER_DETAILS,PERM_READ_LIST).') '.