From: justdave%syndicomm.com <> Date: Wed, 18 Dec 2002 16:01:51 +0000 (+0000) Subject: Bug 185944: radio buttons for adding/removing groups on the change-multiple-bugs... X-Git-Tag: bugzilla-2.17.3~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=909d037ec1924ec49ba325e4dc77275e6697b078;p=thirdparty%2Fbugzilla.git Bug 185944: radio buttons for adding/removing groups on the change-multiple-bugs screen all had the same name r=bbaetz, a=justdave --- diff --git a/buglist.cgi b/buglist.cgi index ef12d12425..118d542c96 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -216,7 +216,7 @@ sub GetGroupsByUserId { while (MoreSQLData()) { my $group = {}; - ($group->{'bug_id'}, $group->{'name'}, + ($group->{'id'}, $group->{'name'}, $group->{'description'}, $group->{'isactive'}) = FetchSQLData(); push(@groups, $group); }