At 17:58 25/03/2002, Kenny Smith wrote: >Hello, > >I'm encoutering some strange behavior with my newest application. I have a >data structure that has three nested loops. I am trying to print data that >is in the first loop once I'm inside the third loop. I have global_vars >turned on, and the data is not showing. Here's the weird part... if I add >the given data to the template inside the first loop in addition to >displaying it inside the third loop, they both appear. It's the weirdest >thing. If I remove the TMPL_VAR from the first loop, then the TMPL_VAR in >the third loop shows up empty. Put it back, both display. Weird.
getting similar behaviour, can't figure out where in the module, from the perl. It's only adding VARs to the global var map (%top_pmap ?) if they appear in the outer loop, I think. Not sure if they get removed from the global var map if they are undefined for a subsequent outer loop run through... a quick test script suggests they do get removed. Anything further done on this? Sorry can't add much solid code atm. cheers, Craig [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
