Commit 5bf042f9 authored by myk%mozilla.org's avatar myk%mozilla.org

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

r+a=justdave
parent b5d2e0dd
...@@ -327,7 +327,7 @@ sub init { ...@@ -327,7 +327,7 @@ sub init {
push(@supptables, "LEFT JOIN profiles map_cc_$chartseq ON cc_$chartseq.who = map_cc_$chartseq.userid"); push(@supptables, "LEFT JOIN profiles map_cc_$chartseq ON cc_$chartseq.who = map_cc_$chartseq.userid");
$ff = $f = "map_cc_$chartseq.login_name"; $ff = $f = "map_cc_$chartseq.login_name";
my $ref = $funcsbykey{",anyexact"}; my $ref = $funcsbykey{",$t"};
&$ref; &$ref;
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment