Re: [htmltmpl] nested TMPL_LOOP variables

2003-11-05 Thread Karen J. Cravens
On Thu, 6 Nov 2003, Mathew Robertson wrote: MR>So my question is, "Has this bug been solved, and/or anyone got a solution to this?" I ran across this a few weeks ago, and posted it here. No patches yet (that I've noticed, anyway), but I figured out a workaround. The variables exist in the inner

[htmltmpl] nested TMPL_LOOP variables

2003-11-05 Thread Mathew Robertson
Hi all, Firstly, I am new to the H::T list, but I have been using H::T for well over a year now. I am having a problem with TMPL_VAR's not existing in nested loops. eg: where 'var1_loop1' is a template var from the first loop. Things to note: - I have global_vars enabled