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

This commit is contained in:
cyeh%bluemartini.com 2000-07-08 01:31:23 +00:00
Родитель 67e22c951f
Коммит bf2d2dfac2
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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