diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-04-23 19:19:08 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-04-23 19:19:08 +0200 |
commit | 99d1623cca1ce087317080a2f95d6afb5b4834ee (patch) | |
tree | 89f9114e8f6754edbd8a6ffd749d7a235a2e59be /template/en/default/request | |
parent | 2c01ae87b090bed0e655ed8e36d41405b28079d1 (diff) | |
download | bugzilla-99d1623cca1ce087317080a2f95d6afb5b4834ee.tar.gz bugzilla-99d1623cca1ce087317080a2f95d6afb5b4834ee.tar.xz |
Bug 652165: Flagmails have a wrong Date: value
r=wicked a=LpSolit
Diffstat (limited to 'template/en/default/request')
-rw-r--r-- | template/en/default/request/email.txt.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/request/email.txt.tmpl b/template/en/default/request/email.txt.tmpl index 03c5e57c0..182ac09e0 100644 --- a/template/en/default/request/email.txt.tmpl +++ b/template/en/default/request/email.txt.tmpl @@ -51,7 +51,7 @@ To: [% to %] Subject: [% flagtype_name %] [%+ subject_status %]: [[% terms.Bug %] [%+ bug.bug_id %]] [% bug.short_desc %] [%- IF attachment %] : [Attachment [% attachment.id %]] [% attachment.description %][% END %] -Date: [% bug.delta_ts FILTER time("%a, %d %b %Y %T %z", timezone) %] +Date: [% date %] X-Bugzilla-Type: request [%+ threadingmarker %] |