[Zope-Checkins] CVS: Zope2 - Catalog.py:1.73

shane@digicool.com shane@digicool.com
Fri, 1 Jun 2001 11:01:37 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/Products/ZCatalog
In directory korak.digicool.com:/tmp/cvs-serv25692

Modified Files:
	Catalog.py 
Log Message:
`cat /tmp/cvsjy3sp7`


--- Updated File Catalog.py in package Zope2 --
--- Catalog.py	2001/05/31 12:22:53	1.72
+++ Catalog.py	2001/06/01 15:01:37	1.73
@@ -543,7 +543,7 @@
                 # Optimization: we check if there is some work for the index.
                 # 
                 if request.has_key(index.id) :
-                    if len(request[index.id])>0:
+                    if request[index.id] != '':
                         r=index._apply_index(request)
 
                 if r is not None: