From: myk%mozilla.org <> Date: Sun, 9 Mar 2003 01:12:48 +0000 (+0000) Subject: Fix for bug 191051: make substring searches actually do substring instead of anyexact. X-Git-Tag: bugzilla-2.17.4~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bf042f958ee7acaf333b74d36674a05c2d57ff3;p=thirdparty%2Fbugzilla.git Fix for bug 191051: make substring searches actually do substring instead of anyexact. r+a=justdave --- diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 04e7975930..ead9156ee6 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -327,7 +327,7 @@ sub init { push(@supptables, "LEFT JOIN profiles map_cc_$chartseq ON cc_$chartseq.who = map_cc_$chartseq.userid"); $ff = $f = "map_cc_$chartseq.login_name"; - my $ref = $funcsbykey{",anyexact"}; + my $ref = $funcsbykey{",$t"}; &$ref; } },