--- ECHO_content/ECHO_collection.py 2004/01/27 13:33:27 1.11 +++ ECHO_content/ECHO_collection.py 2004/02/03 17:31:16 1.12 @@ -119,7 +119,7 @@ def setECHO_CollectionInformation(self,c #print "cs", coordstrs if coordstrs: for coordstr in coordstrs: - print "cs", coordstr + #print "cs", coordstr try: temco=coordstr.split(",") except: @@ -372,7 +372,7 @@ class ECHO_externalLink(Folder): if not hasattr(self,'coords'): self.coords=[''] - print "G",self.coords + #print "G",self.coords pt=PageTemplateFile('Products/ECHO_content/ChangeECHO_externalLink.zpt').__of__(self) return pt() @@ -556,7 +556,7 @@ class ECHO_collection(Folder, Persistent security.declarePublic('changeECHO_Collection') - def changeECHO_Collection(self,context,science,practice,source_type,period,id,title,label,description,content_type,responsible,credits,weight,sortfield="weight",coords="",RESPONSE=None): + def changeECHO_Collection(self,context,science,practice,source_type,period,id,title,label,description,content_type,responsible,weight,credits="",sortfield="weight",coords="",RESPONSE=None): """Änderung der Properties"""