]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 578220 - Remove the date time from the comment header in bugmails
authorReed Loden <reed@reedloden.com>
Mon, 12 Jul 2010 23:36:28 +0000 (18:36 -0500)
committerReed Loden <reed@reedloden.com>
Mon, 12 Jul 2010 23:36:28 +0000 (18:36 -0500)
[r=LpSolit a=LpSolit]

template/en/default/email/newchangedmail.txt.tmpl

index f21fdc1ad62b2aa40ad41ecbd8d05ea9b4d3574a..5a6e90ae11e3e2be3d84ee98bcc0a05cc0934f91 100644 (file)
@@ -51,7 +51,7 @@ X-Bugzilla-Changed-Fields: [% changedfields %]
 [% FOREACH comment = new_comments %]
 
 [%- IF comment.count %]
---- Comment #[% comment.count %] from [% comment.author.identity %] [%+ comment.creation_ts FILTER time(undef, to_user.timezone) %] ---
+--- Comment #[% comment.count %] from [% comment.author.identity %] ---
 [% END %]
 [%+ comment.body_full({ is_bugmail => 1, wrap => 1 }) %]
 [% END %]