Fixed stupid perl warning.

git-svn-id: svn://10.0.0.236/trunk@51221 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
terry%mozilla.org
1999-10-20 00:06:41 +00:00
parent 7903586ee4
commit 11426df64d

View File

@@ -577,7 +577,9 @@ while (@row = FetchSQLData()) {
next;
}
my $value = shift @row;
if (!defined $value) {
next;
}
if ($::needquote{$c}) {
$value = html_quote($value);
} else {