From: Frédéric Buclin Date: Wed, 13 Oct 2010 22:26:17 +0000 (+0200) Subject: Bug 603654: Pronouns in boolean charts return no results anymore X-Git-Tag: bugzilla-4.0rc1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c69b400cda6ef3055da527d92a82a652ff0f529;p=thirdparty%2Fbugzilla.git Bug 603654: Pronouns in boolean charts return no results anymore r=mkanat a=LpSolit --- diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 7030bcbb0e..a06dcb4419 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -1456,6 +1456,7 @@ sub _contact_pronoun { elsif ($$value =~ /^(%\w+%)$/) { $$value = pronoun($1, $user); $$quoted = $$value; + $self->_do_operator_function(\%func_args); } }