--- ECHO_content/ECHO_collection.py 2004/10/05 07:31:09 1.173 +++ ECHO_content/ECHO_collection.py 2004/10/05 09:30:46 1.174 @@ -3561,8 +3561,10 @@ class ECHO_root(Folder,Persistent,Implic #print link.toxml('utf-8') #print type(str) retStr=regexpPage.search(str) - - return retStr.group(1) + try: # hack warum fehtl manchmal page?? + return retStr.group(1) + except: + return str return "" def checkRef(self,ref):