From 5bf042f958ee7acaf333b74d36674a05c2d57ff3 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Sun, 9 Mar 2003 01:12:48 +0000 Subject: Fix for bug 191051: make substring searches actually do substring instead of anyexact. r+a=justdave --- Bugzilla/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 04e797593..ead9156ee 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; } }, -- cgit v1.2.3-24-g4f1b