Commit 30651175 authored by terry%netscape.com's avatar terry%netscape.com

Fixed bug 2311 -- searching for status_whiteboard wasn't working.

parent c7af3d04
......@@ -338,7 +338,8 @@ Click the <B>Back</B> button and try again.";
}
}
foreach my $f ("short_desc", "long_desc", "bug_file_loc") {
foreach my $f ("short_desc", "long_desc", "bug_file_loc",
"status_whiteboard") {
if (defined $::FORM{$f}) {
my $s = trim($::FORM{$f});
if ($s ne "") {
......
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