From bb2b0198824b22e7d333f7938494be4a5a4ef7c0 Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Sun, 28 Feb 2010 14:14:26 -0600 Subject: Bug 537834 - "Buglist results using atom ctype do not display users with empty real names" [r=LpSolit a=LpSolit] --- buglist.cgi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index 48fe2d873..a472edee4 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -724,9 +724,11 @@ if ($format->{'extension'} eq 'atom') { 'short_desc', 'opendate', 'changeddate', + 'reporter', 'reporter_realname', 'priority', 'bug_severity', + 'assigned_to', 'assigned_to_realname', 'bug_status', 'product', -- cgit v1.2.3-24-g4f1b