--- zogiLib/zogiLib.py 2004/07/27 15:31:23 1.39 +++ zogiLib/zogiLib.py 2004/08/22 14:26:32 1.41 @@ -14,7 +14,7 @@ import urllib import types from Globals import package_home -ZOGIVERSION = "0.9.7 ROC:23.7.2004" +ZOGIVERSION = "0.9.8 ROC:27.7.2004" def cropf(f): """returns a float with reduced precision""" @@ -1161,7 +1161,7 @@ def manage_addZogiLibForm(self): def manage_addZogiLib(self,id,title,dlServerURL,layout="book",basePath="",dlTarget="digilib",dlToolbarBaseURL=None,RESPONSE=None): """add dgilib""" - newObj=zogiLib(id,title,dlServerURL, localFileBase, version, basePath, dlTarget, dlToolbarBaseURL) + newObj=zogiLib(id,title,dlServerURL, layout, basePath, dlTarget, dlToolbarBaseURL) self.Destination()._setObject(id,newObj) if RESPONSE is not None: RESPONSE.redirect('manage_main')