[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/common
- util.py:1.10.68.1
Andreas Jung
andreas at andreas-jung.com
Mon Sep 29 08:02:03 EDT 2003
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/common
In directory cvs.zope.org:/tmp/cvs-serv425/lib/python/Products/PluginIndexes/common
Modified Files:
Tag: Zope-2_7-branch
util.py
Log Message:
- Collector #1053: parseIndexRequest turned empty sequence of search
terms into unrestricted search.
=== Zope/lib/python/Products/PluginIndexes/common/util.py 1.10 => 1.10.68.1 ===
--- Zope/lib/python/Products/PluginIndexes/common/util.py:1.10 Wed Aug 14 18:19:34 2002
+++ Zope/lib/python/Products/PluginIndexes/common/util.py Mon Sep 29 08:02:02 2003
@@ -127,9 +127,6 @@
if request.has_key(field):
setattr(self, op, request[field])
- if not keys:
- keys = None
-
self.keys = keys
More information about the Zope-Checkins
mailing list