Re: [htmltmpl] Probable bug in TMPL_LOOP
Brought to you by:
samtregar
From: Philip T. <phi...@gm...> - 2012-05-29 13:05:43
|
On 29 May 2012 08:30, Boris Lobzov <bor...@gm...> wrote: > Description: > > TMPL_VAR used for same variable both in the loop and outside of the > loop, is empty when used within the loop. you need to set the global_vars flag when calling 'new'. See the docs here: http://search.cpan.org/~wonko/HTML-Template-2.91/lib/HTML/Template.pm#Miscellaneous_Options -- hello world |