Diff for /MPIWGWeb/MPIWGStaff.py between versions 1.10.2.60 and 1.10.2.61

version 1.10.2.60, 2008/09/12 12:28:48 version 1.10.2.61, 2008/09/12 15:54:49
Line 116  class MPIWGStaff(CatalogAware,ZSQLExtend Line 116  class MPIWGStaff(CatalogAware,ZSQLExtend
         #logging.error("NEW KEY:%s"%(self.firstName+'_'+self.lastName).lower().replace(' ',''))          #logging.error("NEW KEY:%s"%(self.firstName+'_'+self.lastName).lower().replace(' ',''))
         return (self.firstName+'_'+self.lastName).lower().replace(' ','')          return (self.firstName+'_'+self.lastName).lower().replace(' ','')
                   
     def getConnectionObj(self):#ueberschreibe connection id methode          def getConnectionObj(self):
                     """returns connection id (from root)"""
             return getattr(self.de,self.de.connection_id)           root = self.getMPIWGRoot()
            return root.getConnectionObj()
                   
     def isPublished(self):      def isPublished(self):
         """gib publications status aus der datenbank aus"""          """gib publications status aus der datenbank aus"""

Removed from v.1.10.2.60  
changed lines
  Added in v.1.10.2.61


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