--- MPIWGWeb/MPIWGProjects.py 2005/12/22 21:10:14 1.47.2.45 +++ MPIWGWeb/MPIWGProjects.py 2006/01/16 13:46:21 1.47.2.46 @@ -826,7 +826,7 @@ class MPIWGRoot(ZSQLExtendFolder): vorname,username,title,position,e_mail, e_mail_p,date_from,date_to, abteilung,heimat_inst,funded_by, - e_mail2,txt,txt_p) + e_mail2,txt,txt_p,stay_at_mpiwg) RESPONSE.write("""

%s

"""%ret[1].encode('utf-8')) except: RESPONSE.write("

ERROR:%s %s %s

\n"%(username.encode('utf-8'),name.encode('utf-8'),vorname.encode('utf-8'))) @@ -859,7 +859,7 @@ class MPIWGRoot(ZSQLExtendFolder): vorname,username,title,position,e_mail, e_mail_p,date_from,date_to, abteilung,heimat_inst,funded_by, - e_mail2,txt,txt_p) + e_mail2,txt,txt_p,stay_at_mpiwg) if not ret[0]: RESPONSE.write("

Error: %s

\n"%repr(ret[1])) @@ -871,7 +871,7 @@ class MPIWGRoot(ZSQLExtendFolder): #self.updatePublicationDB() - self.ZSQLResetConnection() + #self.ZSQLResetConnection() RESPONSE.write("

Done

") return True