diff --git a/mozilla/webtools/bugzilla/buglist.cgi b/mozilla/webtools/bugzilla/buglist.cgi index 393616af9ee..f1915070730 100755 --- a/mozilla/webtools/bugzilla/buglist.cgi +++ b/mozilla/webtools/bugzilla/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 {