[Zope-Checkins] CVS: Zope2 - FieldIndex.py:1.1.2.4

Matthew T. Kromer matt@digicool.com
Mon, 21 May 2001 16:24:20 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/FieldIndex
In directory korak.digicool.com:/tmp/cvs-serv3478/PluginIndexes/FieldIndex

Modified Files:
      Tag: ajung-dropin-registry
	FieldIndex.py 
Log Message:
ZCatalogIndexes is a dumb object now based on the ZCatalog



--- Updated File FieldIndex.py in package Zope2 --
--- FieldIndex.py	2001/05/21 14:54:36	1.1.2.3
+++ FieldIndex.py	2001/05/21 20:23:49	1.1.2.4
@@ -489,7 +489,7 @@
 
 manage_addFieldIndexForm = DTMLFile('dtml/addFieldIndex', globals())
 
-def manage_addFieldIndex(self, id, REQUEST=None, submit=None):
+def manage_addFieldIndex(self, id, REQUEST=None, RESPONSE=None, URL3=None):
     """Add a field index"""
-    return self.manage_addIndex(id, 'FieldIndex', REQUEST)
+    return self.manage_addIndex(id, 'FieldIndex', REQUEST, RESPONSE, URL3)