--- ECHO_content/ECHO_collection.py 2004/03/01 17:42:49 1.15 +++ ECHO_content/ECHO_collection.py 2004/03/04 12:59:53 1.16 @@ -538,8 +538,11 @@ class ECHO_collection(Folder, Persistent def changeECHO_collection(self,title,label,description,content_type,responsible,weight,credits=None,sortfield="weight",coords=None,RESPONSE=None): """Änderung der Properties""" - coordsnew=[ string.split(x,",") for x in coords] - + try: + coordsnew=[ string.split(x,",") for x in coords] + except: + coordsnew=[] + setECHO_collectionInformation(self,title,label,description,content_type,responsible,credits,weight,coordsnew) self.sortfield=sortfield