--- MPIWGWeb/MPIWGProjects.py 2007/04/18 17:17:55 1.47.2.72 +++ MPIWGWeb/MPIWGProjects.py 2007/04/19 12:18:50 1.47.2.73 @@ -979,7 +979,8 @@ class MPIWGRoot(ZSQLExtendFolder): """update personalwww @param uploadfile: file handle auf das file """ - dsn="dbname=personalwww" + dsn=self.getConnectionObj().connection_string + #dsn="dbname=personalwww" resultSet=updatePersonalWWW.importFMPXML(uploadfile) news,conflicts=updatePersonalWWW.checkImport(dsn, resultSet)