summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Search.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Search.pm')
-rw-r--r--Bugzilla/Search.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm
index 709033a26..6db637b5f 100644
--- a/Bugzilla/Search.pm
+++ b/Bugzilla/Search.pm
@@ -2033,7 +2033,7 @@ sub _anyexact {
my @list;
foreach my $w (split(/,/, $$v)) {
- if ($w eq "---" && $$f !~ /resolution/) {
+ if ($w eq "---" && $$f =~ /resolution/) {
$w = "";
}
$$q = $dbh->quote($w);