--- ZSQLExtend/ZSQLExtend.py 2004/09/27 20:43:58 1.36 +++ ZSQLExtend/ZSQLExtend.py 2004/09/27 20:45:45 1.37 @@ -13,7 +13,7 @@ from Products.PageTemplates.PageTemplate from Products.ZSQLMethods.SQL import SQLConnectionIDs import Shared.DC.ZRDB.DA -def sql_quote(self, v): +def sql_quote(v): # quote dictionary quote_dict = {"\'": "''", "\\": "\\\\"} for dkey in quote_dict.keys():