From: olav%bkor.dhs.org <> Date: Sat, 30 Dec 2006 07:23:35 +0000 (+0000) Subject: Bug 365374: The newchangedmail template calls field-descs when it only needs variable... X-Git-Tag: bugzilla-2.23.4~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca2a1d486ebcddd2307ee2c2a9a97295e093eed3;p=thirdparty%2Fbugzilla.git Bug 365374: The newchangedmail template calls field-descs when it only needs variables.none.tmpl (perf problem) Patch By Olav Vitters r=mkanat, a=justdave --- diff --git a/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index d9962496b9..cbe162ed39 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 #%] -[% PROCESS "global/field-descs.none.tmpl" %] +[% PROCESS "global/variables.none.tmpl" %] From: [% Param('mailfrom') %] To: [% to %] Subject: [[% terms.Bug %] [%+ bugid %]] [% neworchanged %][%+ summary %]