[Zope-Checkins] CVS: Zope2 - PathIndex.py:1.1.2.5

andreas@digicool.com andreas@digicool.com
Wed, 16 May 2001 11:12:51 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/PathIndex
In directory korak.digicool.com:/tmp/cvs-serv3906/lib/python/Products/PluginIndexes/PathIndex

Modified Files:
      Tag: ajung-dropin-registry
	PathIndex.py 
Log Message:
setting default search level to 0



--- Updated File PathIndex.py in package Zope2 --
--- PathIndex.py	2001/05/15 13:06:40	1.1.2.4
+++ PathIndex.py	2001/05/16 15:12:50	1.1.2.5
@@ -289,7 +289,7 @@
         else:
             return None
 
-        level = request.get("path_level",-1)
+        level = request.get("path_level",0)
 
         if type(keys) is StringType:
             if not keys or not string.strip(keys):