Commit db3478cb authored by terry%mozilla.org's avatar terry%mozilla.org

Fixed stupid perl warning.

parent d45b54f9
......@@ -577,7 +577,9 @@ while (@row = FetchSQLData()) {
next;
}
my $value = shift @row;
if (!defined $value) {
next;
}
if ($::needquote{$c}) {
$value = html_quote($value);
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment