]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for 42041. Patch from Dave Miller (dave@intrec.com).
authorcyeh%bluemartini.com <>
Sat, 8 Jul 2000 08:31:23 +0000 (08:31 +0000)
committercyeh%bluemartini.com <>
Sat, 8 Jul 2000 08:31:23 +0000 (08:31 +0000)
buglist.cgi

index 6073dffc9a9e9b51d26622ad7b320378a335409d..f1129cb5307e9a7892b23370c618ea7749ab7311 100755 (executable)
@@ -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") {