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

r=bbaetz, a=justdave
This commit is contained in:
justdave%syndicomm.com 2002-12-18 08:01:51 +00:00
Родитель bc7909b8c3
Коммит 590a8fb9ac
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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