From c344d90a763065f45b268fab325f2bb4f154b878 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Tue, 5 Apr 2005 05:29:07 +0000 Subject: Bug 288527 - change precompilation to use Bugzilla::Template and so do it right. Patch by gerv; r=bbaetz, a=justdave. --- Bugzilla/Template.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Bugzilla/Template.pm') diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 29ed2924c..23a9c0a7c 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -218,8 +218,7 @@ sub create { # Functions for processing text within templates in various ways. # IMPORTANT! When adding a filter here that does not override a - # built-in filter, please also add a stub filter to checksetup.pl - # and t/004template.t. + # built-in filter, please also add a stub filter to t/004template.t. FILTERS => { # Render text in required style. -- cgit v1.2.3-24-g4f1b