зеркало из https://github.com/mozilla/pjs.git
Fixed stupid perl warning.
This commit is contained in:
Родитель
7aaf0fbe7f
Коммит
a1444210ed
|
@ -577,7 +577,9 @@ while (@row = FetchSQLData()) {
|
|||
next;
|
||||
}
|
||||
my $value = shift @row;
|
||||
|
||||
if (!defined $value) {
|
||||
next;
|
||||
}
|
||||
if ($::needquote{$c}) {
|
||||
$value = html_quote($value);
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче