Diff for /MPIWGWeb/MPIWGProjects.py between versions 1.47.2.80 and 1.47.2.81

version 1.47.2.80, 2008/06/18 11:29:25 version 1.47.2.81, 2008/06/19 11:49:34
Line 1387  class MPIWGRoot(ZSQLExtendFolder): Line 1387  class MPIWGRoot(ZSQLExtendFolder):
             for x in proj:              for x in proj:
                 if (not getattr(x.getObject(),'invisible',None)) and (getattr(x.getObject(),'archiveTime','')==''):                  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.                      # 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)                         proj2.append(x)
   
         else:          else:

Removed from v.1.47.2.80  
changed lines
  Added in v.1.47.2.81


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>