Fix for bug 191051: make substring searches actually do substring instead of anyexact.

r+a=justdave


git-svn-id: svn://10.0.0.236/trunk@139157 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
myk%mozilla.org 2003-03-08 17:12:48 +00:00
parent d14cfbc7a7
commit 984d37b71c

View File

@ -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;
}
},