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:
parent
d14cfbc7a7
commit
984d37b71c
@ -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;
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user