--- ECHO_content/ECHO_collection.py 2005/03/17 19:27:34 1.220 +++ ECHO_content/ECHO_collection.py 2005/03/22 16:41:36 1.221 @@ -1200,7 +1200,9 @@ class ECHO_resource(Folder,Persistent,EC if not error=="": #Fehler beim Auslesen des Metafiles return "ERROR:",error - + if not self.contentType: + self.contentType=metadict['bib_type'].lower() + if not (metadict['bib_type'].lower()==self.contentType.lower()): self.REQUEST.SESSION['contentStorage']=metadict['bib_type'] self.REQUEST.SESSION['contentZope']=self.contentType