Diff for /MPIWGWeb/MPIWGStaff.py between versions 1.10.2.14 and 1.10.2.15

version 1.10.2.14, 2005/10/24 22:56:22 version 1.10.2.15, 2005/10/25 19:58:59
Line 85  class MPIWGStaff(CatalogAware,ZSQLExtend Line 85  class MPIWGStaff(CatalogAware,ZSQLExtend
                   
         return True,msg          return True,msg
           
     def updateDBEntry(self,publish_the_data,date_from,date_to,DBid=None,stay_at_mpiwg=""):       def updateDBEntry(self,publish_the_data,date_from,date_to,DBid=None,stay_at_mpiwg="",position=""): 
         """zpddatedb"""          """zpddatedb"""
         if not DBid:          if not DBid:
             DBid=self.getDBId()              DBid=self.getDBId()
Line 94  class MPIWGStaff(CatalogAware,ZSQLExtend Line 94  class MPIWGStaff(CatalogAware,ZSQLExtend
   
         self.ZSQLChange(_table="personal_www",_identify="id=%s"%DBid,publish_the_data=publish_the_data,          self.ZSQLChange(_table="personal_www",_identify="id=%s"%DBid,publish_the_data=publish_the_data,
                                    date_from=date_from,                                     date_from=date_from,
                                    date_to=date_to,stay_at_mpiwg=stay_at_mpiwg)                                     date_to=date_to,stay_at_mpiwg=stay_at_mpiwg,position=position)
                                       
                       
     def getPublicationSelectionMode(self):      def getPublicationSelectionMode(self):

Removed from v.1.10.2.14  
changed lines
  Added in v.1.10.2.15


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