Bug 185944: radio buttons for adding/removing groups on the change-multiple-bugs screen all had the same name

r=bbaetz, a=justdave


git-svn-id: svn://10.0.0.236/trunk@135455 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
justdave%syndicomm.com
2002-12-18 08:01:51 +00:00
parent b9aa37739b
commit c08b52f188

View File

@@ -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);
}