diff options
author | olav%bkor.dhs.org <> | 2006-12-30 08:23:35 +0100 |
---|---|---|
committer | olav%bkor.dhs.org <> | 2006-12-30 08:23:35 +0100 |
commit | ca2a1d486ebcddd2307ee2c2a9a97295e093eed3 (patch) | |
tree | df9d04ba516b14ed53f750495a7046e0e1b09d40 /template | |
parent | 124a980a03ec47266f2a5642a333870e55284430 (diff) | |
download | bugzilla-ca2a1d486ebcddd2307ee2c2a9a97295e093eed3.tar.gz bugzilla-ca2a1d486ebcddd2307ee2c2a9a97295e093eed3.tar.xz |
Bug 365374: The newchangedmail template calls field-descs when it only needs variables.none.tmpl (perf problem)
Patch By Olav Vitters <olav@bkor.dhs.org> r=mkanat, a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/email/newchangedmail.txt.tmpl | 2 |
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 d9962496b..cbe162ed3 100644 --- a/template/en/default/email/newchangedmail.txt.tmpl +++ b/template/en/default/email/newchangedmail.txt.tmpl @@ -19,7 +19,7 @@ # Contributor(s): André Batosti <batosti@async.com.br> #%] -[% PROCESS "global/field-descs.none.tmpl" %] +[% PROCESS "global/variables.none.tmpl" %] From: [% Param('mailfrom') %] To: [% to %] Subject: [[% terms.Bug %] [%+ bugid %]] [% neworchanged %][%+ summary %] |