--- MPIWGWeb/MPIWGProjects.py 2005/10/17 10:59:06 1.47.2.34 +++ MPIWGWeb/MPIWGProjects.py 2005/10/17 11:05:46 1.47.2.35 @@ -2043,7 +2043,7 @@ class MPIWGProject(CatalogAware,Folder): splitted=[y.rstrip().lstrip() for y in splitted] for x in splitted: - x=re.sub(r"[^A-z]","",x) + x=re.sub(r"[^A-z ]","",x) if (not x==u'') and x in wert: return 1 return 0