[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex - TextIndex.py:1.15

Andreas Jung andreas@zope.com
Wed, 3 Oct 2001 13:26:24 -0400


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex
In directory cvs.zope.org:/tmp/cvs-serv28746

Modified Files:
	TextIndex.py 
Log Message:
backport of changes from Zope-2_4-branch. Using TextIndexes has been 
broken.


=== Zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py 1.14 => 1.15 ===
         self.clear()
 
-        if extra:   
-            self.vocabulary_id = extra.vocabulary
-            self.catalog       = extra.catalog
-        else:           
-            self.vocabulary_id = "Vocabulary"
-            self.catalog       = None
-
-        
-
-        
+        if extra:   self.vocabulary_id = extra.vocabulary
+        else:       self.vocabulary_id = "Vocabulary"