[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/common
- util.py:1.11
Andreas Jung
andreas at andreas-jung.com
Mon Sep 29 08:00:17 EDT 2003
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/common
In directory cvs.zope.org:/tmp/cvs-serv32669/lib/python/Products/PluginIndexes/common
Modified Files:
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.11 ===
--- 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:00:17 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