2 Mar
2000
2 Mar
'00
6:08 p.m.
Thomas Weiner schrieb:
Andy Heath schrieb:
Phil,
This code finds "rubbish" at higher acquisition levels. I know it shouldn't but it does. Anyone throw any light on it?
No light, no solution, only a bad workaround:
apologies, ignore my pervious posting, try instead: <dtml-let newid=id> <dtml-with "_[newid]" only> <dtml-if rubbish> <dtml-var rubbish> </dtml-if> </dtml-with> </dtml-let> in your tree code. This gives me the expected results. Regards, Thomas