The "Show list" link that is supposed to quickly get you back to the

list of bugs you queried for was busted.


git-svn-id: svn://10.0.0.236/trunk@59084 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org
2000-01-28 16:39:29 +00:00
parent c137c2c7c8
commit 60bd657d44

View File

@@ -827,7 +827,7 @@ query. You will have to start over at the <A HREF="query.cgi">query page</A>.
}
my @list = split(/:/, $::COOKIE{'BUGLIST'});
$::MFORM{'bug_id'} = \@list;
$::FORM{'bug_id'} = join('', $::MFORM{'bug_id'});
$::FORM{'bug_id'} = join(',', @list);
if (!$::FORM{'order'}) {
$::FORM{'order'} = 'reuse last sort';
}