--- MPIWGWeb/MPIWGProjects.py 2008/06/18 11:29:25 1.47.2.80 +++ MPIWGWeb/MPIWGProjects.py 2008/06/19 11:49:34 1.47.2.81 @@ -1387,7 +1387,9 @@ class MPIWGRoot(ZSQLExtendFolder): for x in proj: if (not getattr(x.getObject(),'invisible',None)) and (getattr(x.getObject(),'archiveTime','')==''): # furchtbarer hack um sicher zustellen dass christoph hoffmann nicht mit Dieter Hoffmann verwechselt wird. - if not((splitted[1]==" Christoph") and (splitted[0]=="Hoffmann") and (str(x.WEB_title).find('Einstein')>0)): + + if not((splitted[1]=="Christoph") and (splitted[0]=="Hoffmann") and ( (("%s"%x.WEB_title).find('Einstein')>0) or (("%s"%x.WEB_title).find('Quantum')>0))): + logging.info("XXXXXXXXXXXXXXXXXXXXXXXX") proj2.append(x) else: