]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 362436: Allow to search for '---' in versions and milestones - Patch by michael...
authorlpsolit%gmail.com <>
Fri, 7 Dec 2007 18:29:20 +0000 (18:29 +0000)
committerlpsolit%gmail.com <>
Fri, 7 Dec 2007 18:29:20 +0000 (18:29 +0000)
Bugzilla/Search.pm

index bb6d9af3444721cf51d20ddc4c0ddb572bf848d8..b30f749118e2f68012c809d22614072a05ad8582 100644 (file)
@@ -1074,7 +1074,7 @@ sub init {
          ",anyexact" => sub {
              my @list;
              foreach my $w (split(/,/, $v)) {
-                 if ($w eq "---" && $f !~ /milestone/) {
+                 if ($w eq "---" && $f =~ /resolution/) {
                      $w = "";
                  }
                  $q = $dbh->quote($w);