[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex/dtml - manage_vocab.dtml:1.5

Guido van Rossum guido@python.org
Mon, 20 May 2002 14:55:44 -0400


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

Modified Files:
	manage_vocab.dtml 
Log Message:
Fix a typo.  Since the latest change, this always reported "Globbing
is *disabled*.


=== Zope/lib/python/Products/PluginIndexes/TextIndex/dtml/manage_vocab.dtml 1.4 => 1.5 ===
 
     <dtml-try> 
-      <dtml-let x="lexicon().multi_wc"></dtml-let>
+      <dtml-let x="lexicon.multi_wc"></dtml-let>
       Globbing is <em>enabled</em>
       <dtml-except>
       Globbing is <em>disabled</em>