Diff for /MPIWGWeb/MPIWGStaff.py between versions 1.10.2.25 and 1.10.2.26

version 1.10.2.25, 2006/04/05 13:03:10 version 1.10.2.26, 2006/04/21 17:58:45
Line 89  class MPIWGStaff(CatalogAware,ZSQLExtend Line 89  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="",position=""):       def updateDBEntry(self,publish_the_data,date_from,date_to,DBid=None,stay_at_mpiwg="",position="",abteilung=""): 
         """zpddatedb"""          """zpddatedb"""
         if not DBid:          if not DBid:
             DBid=self.getDBId()              DBid=self.getDBId()
Line 104  class MPIWGStaff(CatalogAware,ZSQLExtend Line 104  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,position=position)                                     date_to=date_to,stay_at_mpiwg=stay_at_mpiwg,position=position,abteilung=abteilung)
         return True          return True
         else:          else:
         return False          return False

Removed from v.1.10.2.25  
changed lines
  Added in v.1.10.2.26


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