зеркало из https://github.com/mozilla/gecko-dev.git
Bug 191080 - fix SQLQuote return value for an undef input
r=gerv, a=justdave
This commit is contained in:
Родитель
060a90105f
Коммит
f26e6ef885
|
@ -69,7 +69,7 @@ sub SqlQuote {
|
|||
my ($str) = @_;
|
||||
|
||||
# Backwards compat code
|
||||
return '' if not defined $str;
|
||||
return "''" if not defined $str;
|
||||
|
||||
require Bugzilla;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче