--- MPIWGWeb/MPIWGStaff.py 2005/10/24 22:56:22 1.10.2.14 +++ MPIWGWeb/MPIWGStaff.py 2005/10/25 19:58:59 1.10.2.15 @@ -85,7 +85,7 @@ class MPIWGStaff(CatalogAware,ZSQLExtend 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""" if not DBid: DBid=self.getDBId() @@ -94,7 +94,7 @@ class MPIWGStaff(CatalogAware,ZSQLExtend self.ZSQLChange(_table="personal_www",_identify="id=%s"%DBid,publish_the_data=publish_the_data, 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):