Diff for /MPIWGWeb/MPIWGStaff.py between versions 1.10.2.65 and 1.10.2.66

version 1.10.2.65, 2009/02/18 15:42:00 version 1.10.2.66, 2009/04/17 14:29:13
Line 116  class MPIWGStaff(CatalogAware,ZSQLExtend Line 116  class MPIWGStaff(CatalogAware,ZSQLExtend
                   
     def getConnectionObj(self):      def getConnectionObj(self):
          """returns connection id (from root)"""           """returns connection id (from root)"""
            try:
          root = self.getMPIWGRoot()           root = self.getMPIWGRoot()
          return root.getConnectionObj()           return root.getConnectionObj()
                    except:
                return self.en.getConnectionObj()
     def isPublished(self):      def isPublished(self):
         """gib publications status aus der datenbank aus"""          """gib publications status aus der datenbank aus"""
         key=self.getKey()          key=self.getKey()

Removed from v.1.10.2.65  
changed lines
  Added in v.1.10.2.66


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