Hello,
does anybody knows a different possibility to beware the
bobobase_modification_time of the given object from the following code?
def my_index_object(object, catalogs=['myPointerCatalog', 'mySearchCatalog']):
for cat in catalogs:
object.default_catalog = cat
object.index_object()
# set back to default
object.default_catalog = 'Catalog'
regards
jens
_______________________________________________
Zope maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )