--- MPIWGWeb/MPIWGStaff.py 2009/04/17 14:29:13 1.10.2.66 +++ MPIWGWeb/MPIWGStaff.py 2009/02/18 13:01:17 1.11 @@ -116,11 +116,9 @@ class MPIWGStaff(CatalogAware,ZSQLExtend def getConnectionObj(self): """returns connection id (from root)""" - try: - root = self.getMPIWGRoot() - return root.getConnectionObj() - except: - return self.en.getConnectionObj() + root = self.getMPIWGRoot() + return root.getConnectionObj() + def isPublished(self): """gib publications status aus der datenbank aus""" key=self.getKey()