]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
The "Show list" link that is supposed to quickly get you back to the
authorterry%mozilla.org <>
Sat, 29 Jan 2000 00:39:29 +0000 (00:39 +0000)
committerterry%mozilla.org <>
Sat, 29 Jan 2000 00:39:29 +0000 (00:39 +0000)
list of bugs you queried for was busted.

buglist.cgi

index 9466e50f28bc9f072c85a252d2dcf6e312e9b6fc..3bc6a036d3daccd888bf07fc9740e95d178c8136 100755 (executable)
@@ -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';
     }