diff -ur /var/www/html/prodpatches/Bugzilla/Bug.pm prodpatches/Bugzilla/Bug.pm --- /var/www/html/prodpatches/Bugzilla/Bug.pm 2007-01-28 14:15:37.000000000 -0800 +++ prodpatches/Bugzilla/Bug.pm 2007-02-10 16:24:57.000000000 -0800 @@ -1500,7 +1500,6 @@ my %comment = %$comment_ref; $comment{'email'} .= Bugzilla->params->{'emailsuffix'}; - $comment{'name'} = $comment{'name'} || $comment{'email'}; # If raw data is requested, do not format 'special' comments. $comment{'body'} = format_comment(\%comment) unless $raw; diff -ur /var/www/html/prodpatches/template/en/default/bug/comments.html.tmpl prodpatches/template/en/default/bug/comments.html.tmpl --- /var/www/html/prodpatches/template/en/default/bug/comments.html.tmpl 2006-12-21 19:54:50.000000000 -0800 +++ prodpatches/template/en/default/bug/comments.html.tmpl 2007-02-10 17:18:48.000000000 -0800 @@ -99,8 +99,11 @@ [reply] [% END %] - - [% comment.name FILTER html %] + + + [% (comment.name || comment.email) FILTER html %] + + [%+ comment.time FILTER time %] diff -ur /var/www/html/prodpatches/template/en/default/bug/edit.html.tmpl prodpatches/template/en/default/bug/edit.html.tmpl --- /var/www/html/prodpatches/template/en/default/bug/edit.html.tmpl 2007-01-15 00:02:00.000000000 -0800 +++ prodpatches/template/en/default/bug/edit.html.tmpl 2007-02-10 16:22:55.000000000 -0800 @@ -466,9 +466,7 @@ Assigned To: