From b29f60f64c965ce58ae823a7a2314cf892a25008 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 28 Jul 2010 19:02:32 +0200 Subject: Bug 396558: Dependency change e-mails should only include status changes that happened right now r/a=mkanat --- template/en/default/email/newchangedmail.txt.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/email') 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 %] -- cgit v1.2.3-24-g4f1b