summaryrefslogtreecommitdiffstats
path: root/buglist.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'buglist.cgi')
-rwxr-xr-xbuglist.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/buglist.cgi b/buglist.cgi
index 6073dffc9..f1129cb53 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -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") {