Commit e7e29be9 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 170195 Regression - buglist highlighting broken

r=myk
parent 1b19c08c
......@@ -612,7 +612,9 @@ while (my @row = FetchSQLData()) {
my $bug = {}; # a record
# Slurp the row of data into the record.
foreach my $column (@selectcolumns) {
# The second from last column in the record is the number of groups
# to which the bug is restricted.
foreach my $column (@selectcolumns, 'dummy', 'groupset', 'dummy' ) {
$bug->{$column} = shift @row;
}
......
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