From 41732933eeb2f25abdd479e5a024cd258c502fd3 Mon Sep 17 00:00:00 2001 From: "db48x%yahoo.com" <> Date: Tue, 27 Feb 2007 04:05:22 +0000 Subject: bug 369429: bug reports should contain microformat markup in order to make the information in them more useable. r=LpSolit --- Bugzilla/Bug.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/Bug.pm') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 8591a2f89..8ee0d87e2 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -1475,7 +1475,6 @@ sub GetComments { 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; -- cgit v1.2.3-24-g4f1b