Diff for /MPIWGWeb/MPIWGProjects.py between versions 1.47.2.50 and 1.47.2.51

version 1.47.2.50, 2006/04/05 13:03:10 version 1.47.2.51, 2006/04/21 17:58:45
Line 852  class MPIWGRoot(ZSQLExtendFolder): Line 852  class MPIWGRoot(ZSQLExtendFolder):
                                   
                 done= obj.updateDBEntry(DBid=id,publish_the_data=publish_the_data,                  done= obj.updateDBEntry(DBid=id,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)
                 if not done and (publish_the_data=='yes'):                  if not done and (publish_the_data=='yes'):
                                                   
                     ret=obj.createNewDBEntry(publish_the_data,id,name,                      ret=obj.createNewDBEntry(publish_the_data,id,name,

Removed from v.1.47.2.50  
changed lines
  Added in v.1.47.2.51


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