--- ECHO_content/ECHO_collection.py 2004/06/08 17:17:07 1.111 +++ ECHO_content/ECHO_collection.py 2004/06/10 13:18:12 1.112 @@ -503,7 +503,7 @@ class ECHO_resource(Folder,Persistent): try: label=getattr(self.copyrightTypes,copyright[2]).label - ret.append(("""%s"""%(link,label),copyright[0],copyright[0],copyright[1],copyright[2])) + ret.append(("""%s"""%(link,copyright[1],label),copyright[0],copyright[0],copyright[1],copyright[2])) except: """nothing"""