Commit 4e1c57ce authored by dave%intrec.com's avatar dave%intrec.com

Fix for bug 46207 (bugidtype=exclude breaks buglist.cgi).

parent 2a9bdc98
......@@ -163,7 +163,7 @@ sub GenerateSQL {
if ($M{'bug_id'}) {
my $type = "anyexact";
if ($F{'bugidtype'} && $F{'bugidtype'} eq 'exclude') {
$type = "noexact";
$type = "nowords";
}
push(@specialchart, ["bug_id", $type, join(',', @{$M{'bug_id'}})]);
}
......
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