]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Wasn't finding anything if requesting target_milestone == "---".
authorterry%mozilla.org <>
Fri, 24 Mar 2000 09:17:19 +0000 (09:17 +0000)
committerterry%mozilla.org <>
Fri, 24 Mar 2000 09:17:19 +0000 (09:17 +0000)
buglist.cgi

index eb82b48a8e46331fa84ea3ffa2b1c5cdfbf48acf..297cdd30530dbf9706469a6c80739e1a25fc9611 100755 (executable)
@@ -465,7 +465,7 @@ sub GenerateSQL {
          ",anyexact" => sub {
              my @list;
              foreach my $w (split(/,/, $v)) {
-                 if ($w eq "---") {
+                 if ($w eq "---" && $f !~ /milestone/) {
                      $w = "";
                  }
                  push(@list, "$f = " . SqlQuote($w));