From: Frédéric Buclin Date: Sun, 7 Aug 2011 01:13:42 +0000 (+0200) Subject: Bug 666313: Remove the obsolete [% FLUSH %] directive X-Git-Tag: bugzilla-4.3.1~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=326354d6358d4ea13571155ef04c78503b5f8903;p=thirdparty%2Fbugzilla.git Bug 666313: Remove the obsolete [% FLUSH %] directive r=glob a=LpSolit --- diff --git a/t/008filter.t b/t/008filter.t index e73d238355..03b0cc6c2e 100644 --- a/t/008filter.t +++ b/t/008filter.t @@ -173,7 +173,7 @@ sub directive_ok { # Directives return 1 if $directive =~ /^(IF|END|UNLESS|FOREACH|PROCESS|INCLUDE| - BLOCK|USE|ELSE|NEXT|LAST|DEFAULT|FLUSH| + BLOCK|USE|ELSE|NEXT|LAST|DEFAULT| ELSIF|SET|SWITCH|CASE|WHILE|RETURN|STOP| TRY|CATCH|FINAL|THROW|CLEAR|MACRO|FILTER)/x; diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 28540cdc0c..b5c414ba10 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -125,7 +125,6 @@ [%# Bug Table #%] [%############################################################################%] -[% FLUSH %] [% PROCESS list/table.html.tmpl %] [%############################################################################%]