[Zope-Checkins] CVS: Zope2 - TextIndex.py:1.1.2.28

Andreas Jung andreas@digicool.com
Tue, 29 May 2001 16:25:22 -0400


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/TextIndex
In directory yetix:/work/sandboxes/ajung-dropin-registry/lib/python/Products/PluginIndexes/TextIndex

Modified Files:
      Tag: ajung-dropin-registry
	TextIndex.py 
Log Message:




--- Updated File TextIndex.py in package Zope2 --
--- TextIndex.py	2001/05/29 19:12:33	1.1.2.27
+++ TextIndex.py	2001/05/29 20:25:14	1.1.2.28
@@ -682,11 +682,11 @@
         return len(self._index)
 
 
-    def manage_setPreferences(self,vocabulary,splitter,
+    def manage_setPreferences(self,vocabulary,
                                REQUEST=None,RESPONSE=None,URL2=None):
         """ preferences of TextIndex """
 
-        self.useSplitter = splitter
+#        self.useSplitter = splitter
 #       self.useOperator = text_operator
 
         if self.vocabulary_id != vocabulary: