Friday 17 June 2005 9:21:53 pm
Ok both problems seem to come from the same place. An unterminated let statement inside a section statement will cause the section-else to run everytime in ez3.6. I'll be adding this as a bug. Simple code to test:
{section show=eq(1,1)}
section
{let test=1}
{section-else}
section-else
{/section}
Will output section section-else
working at www.wardnet.com
blogging at www.jamesward.ca
|