Bug 185944: radio buttons for adding/removing groups on the change-multiple-bugs…

Bug 185944: radio buttons for adding/removing groups on the change-multiple-bugs screen all had the same name r=bbaetz, a=justdave
parent 4eac64e0
...@@ -216,7 +216,7 @@ sub GetGroupsByUserId { ...@@ -216,7 +216,7 @@ sub GetGroupsByUserId {
while (MoreSQLData()) { while (MoreSQLData()) {
my $group = {}; my $group = {};
($group->{'bug_id'}, $group->{'name'}, ($group->{'id'}, $group->{'name'},
$group->{'description'}, $group->{'isactive'}) = FetchSQLData(); $group->{'description'}, $group->{'isactive'}) = FetchSQLData();
push(@groups, $group); push(@groups, $group);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment