1 Dec
2005
1 Dec
'05
4:44 p.m.
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