[Zope-dev] Deleting objects by the users

Rik Hoekstra rik.hoekstra@inghist.nl
Thu, 22 Mar 2001 10:00:51 +0100


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

hth

Rik