[Zope-Checkins] CVS: Zope2 - TextIndex.py:1.1.2.17
Matthew T. Kromer
matt@digicool.com
Mon, 21 May 2001 16:23:51 -0400 (EDT)
Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/TextIndex
In directory korak.digicool.com:/tmp/cvs-serv3478/PluginIndexes/TextIndex
Modified Files:
Tag: ajung-dropin-registry
TextIndex.py
Log Message:
ZCatalogIndexes is a dumb object now based on the ZCatalog
--- Updated File TextIndex.py in package Zope2 --
--- TextIndex.py 2001/05/21 16:50:40 1.1.2.16
+++ TextIndex.py 2001/05/21 20:23:50 1.1.2.17
@@ -812,7 +812,7 @@
manage_addTextIndexForm = DTMLFile('dtml/addTextIndex', globals())
-def manage_addTextIndex(self, id, REQUEST=None, submit=None):
+def manage_addTextIndex(self, id, REQUEST=None, RESPONSE=None, URL3=None):
"""Add a text index"""
- return self.manage_addIndex(id, 'TextIndex', REQUEST)
+ return self.manage_addIndex(id, 'TextIndex', REQUEST, RESPONSE, URL3)