mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Miseed &:: for call to SqlQuote, no bug # (cleanup from bug 158474)
r=justdave x2
This commit is contained in:
parent
5b51184c99
commit
f08a2c0945
@ -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])';
|
||||
|
Loading…
Reference in New Issue
Block a user