summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuglist.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/buglist.cgi b/buglist.cgi
index 393616af9..f19150707 100755
--- a/buglist.cgi
+++ b/buglist.cgi
@@ -577,7 +577,9 @@ while (@row = FetchSQLData()) {
next;
}
my $value = shift @row;
-
+ if (!defined $value) {
+ next;
+ }
if ($::needquote{$c}) {
$value = html_quote($value);
} else {