--- ECHO_content/ECHO_collection.py 2004/04/05 14:19:24 1.30 +++ ECHO_content/ECHO_collection.py 2004/04/05 14:26:14 1.31 @@ -866,8 +866,8 @@ class ECHO_root(Folder,Persistent,Implic entries=obj.ZopeFind(obj,obj_metatypes=['ECHO_resource','ECHO_collection','ECHO_externalLink','ECHO_pageTemplate']) for entry in entries: - - entry[1].contentType == entry[1].content_type + setattr(entry[1],'contentType',entry[1].content_type) + #entry[1].contentType == entry[1].content_type if entry[1].meta_type == 'ECHO_collection': entry[1].patchContentType(entry[1])