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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user