From 0dbd2327156fac35dd08101009b4fcc048ac29f4 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 27 Jun 2012 14:48:47 -0700 Subject: [PATCH] init_overlib keeps track of not re-initializing inefficiently itself now, RT#18338 --- httemplate/elements/progress-init.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/httemplate/elements/progress-init.html b/httemplate/elements/progress-init.html index 2ec248e32..7a282a34c 100644 --- a/httemplate/elements/progress-init.html +++ b/httemplate/elements/progress-init.html @@ -54,10 +54,7 @@ sub process_whatever { #class method ) %> -% if (!$noinit) { <& /elements/init_overlib.html &> -% $noinit = 1; -% } -<%once> -my $noinit = 0; - <%init> my( $formname, $fields, $action, $url_or_message, $key ) = @_; -- 2.11.0