[Zope-Checkins] CVS: Products/PluginIndexes/common -
util.py:1.10.68.5
Andreas Jung
andreas at andreas-jung.com
Tue Jun 29 05:59:50 EDT 2004
Update of /cvs-repository/Products/PluginIndexes/common
In directory cvs.zope.org:/tmp/cvs-serv30631/lib/python/Products/PluginIndexes/common
Modified Files:
Tag: Zope-2_7-branch
util.py
Log Message:
reverting patch of Dieter Maurer..this problem has been fixed in earlier
versions
=== Products/PluginIndexes/common/util.py 1.10.68.4 => 1.10.68.5 ===
--- Products/PluginIndexes/common/util.py:1.10.68.4 Tue Jun 29 05:52:15 2004
+++ Products/PluginIndexes/common/util.py Tue Jun 29 05:59:50 2004
@@ -128,9 +128,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