Re: [htmltmpl] LOOPING error [code included]
Brought to you by:
samtregar
From: Roger B. W. <ro...@fi...> - 2006-12-05 14:23:59
|
On Tue, Dec 05, 2006 at 09:20:40AM -0500, Robert Hicks wrote: >I have 3 separate loops using each of those. I am converting something >from TT->HT and this works fine in TT. Is there something about how HT >loops that is biting me? I am sure "I" am forgetting something. In my experience, multiple loops of the same name will throw up this problem - only the first loop gets checked. The simplest solution is to set die_on_bad_params to zero. Roger |