summaryrefslogtreecommitdiffstats
path: root/template/en/default/email
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-07-28 19:02:32 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-07-28 19:02:32 +0200
commitb29f60f64c965ce58ae823a7a2314cf892a25008 (patch)
treed7f1f35fea155b1d5748ee1118422b0f0602152c /template/en/default/email
parent457f46daca7eb55a8f517367f387d1c3f0c414ac (diff)
downloadbugzilla-b29f60f64c965ce58ae823a7a2314cf892a25008.tar.gz
bugzilla-b29f60f64c965ce58ae823a7a2314cf892a25008.tar.xz
Bug 396558: Dependency change e-mails should only include status changes that happened right now
r/a=mkanat
Diffstat (limited to 'template/en/default/email')
-rw-r--r--template/en/default/email/newchangedmail.txt.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl
index 5a6e90ae1..90dba211f 100644
--- a/template/en/default/email/newchangedmail.txt.tmpl
+++ b/template/en/default/email/newchangedmail.txt.tmpl
@@ -24,7 +24,7 @@
From: [% Param('mailfrom') %]
To: [% to_user.email %]
Subject: [[% terms.Bug %] [%+ bug.id %]] [% 'New: ' IF isnew %][%+ bug.short_desc %]
-Date: [% bug.delta_ts FILTER time("%a, %d %b %Y %T %z", to_user.timezone) %]
+Date: [% delta_ts || bug.delta_ts FILTER time("%a, %d %b %Y %T %z", to_user.timezone) %]
X-Bugzilla-Reason: [% reasonsheader %]
X-Bugzilla-Type: [% isnew ? 'new' : 'changed' %]
X-Bugzilla-Watch-Reason: [% reasonswatchheader %]