[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/DateRangeIndex - DateRangeIndex.py:1.7

Stefane Fermigier sf at fermigier.com
Tue Sep 9 16:48:24 EDT 2003


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

Modified Files:
	DateRangeIndex.py 
Log Message:
Fix error in parameter name.



=== Zope/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py 1.6 => 1.7 ===
--- Zope/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py:1.6	Tue Jun 17 15:01:06 2003
+++ Zope/lib/python/Products/PluginIndexes/DateRangeIndex/DateRangeIndex.py	Tue Sep  9 15:48:24 2003
@@ -221,7 +221,7 @@
         result = []
         IntType = type( 0 )
 
-        if not withValues:
+        if not withLengths:
 
             result.extend( t1.keys() )
             result.extend( t2.keys() )




More information about the Zope-Checkins mailing list