[Zope] String to object ID

Chris McDonough chrism@digicool.com
Sun, 05 Dec 1999 04:06:54 -0500


oops..

replace:
 <dtml-call "REQUEST.set('baseobject', _.getitem(baseobject, 0)">
with:
 <dtml-call "REQUEST.set('baseobject', _.getitem(baseobjectstring, 0)">