22 Mar
2001
22 Mar
'01
3:22 p.m.
On Thu, 22 Mar 2001, Rik Hoekstra wrote:
one small correction:
the line: <dtml-call expr="manage_delObjects(getId())"> should read: <dtml-call expr="manage_delObjects([getId(),])">
as the manage_delObjects takes a list as argument
Well, but the other would work, since the first line of manage_delObjects is: if type(ids) is type(''): ids=[ids] I can't decide whether I think that's a good thing or not <wry grin>. --RDM