Miseed &:: for call to SqlQuote, no bug # (cleanup from bug 158474)

r=justdave x2
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-08-10 02:19:52 +00:00
parent 5b51184c99
commit f08a2c0945

View File

@ -827,7 +827,7 @@ sub GetByWordList {
my $word = $w;
if ($word ne "") {
$word =~ tr/A-Z/a-z/;
$word = SqlQuote(quotemeta($word));
$word = &::SqlQuote(quotemeta($word));
$word =~ s/^'//;
$word =~ s/'$//;
$word = '(^|[^a-z0-9])' . $word . '($|[^a-z0-9])';