Commit f022c89c authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

Fix for 42041. Patch from Dave Miller (dave@intrec.com).

parent 8abd32b0
...@@ -1096,6 +1096,7 @@ while (@row = FetchSQLData()) { ...@@ -1096,6 +1096,7 @@ while (@row = FetchSQLData()) {
if (exists $::needquote{$c}) { if (exists $::needquote{$c}) {
my $value = shift @row; my $value = shift @row;
if (!defined $value) { if (!defined $value) {
pnl "<TD>";
next; next;
} }
if ($c eq "owner") { if ($c eq "owner") {
......
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