[Zope-Checkins]
SVN: Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py
More editor spew.
Chris Withers
chris at simplistix.co.uk
Thu May 27 11:06:41 EDT 2004
Log message for revision 25050:
More editor spew.
-=-
Modified: Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py
===================================================================
--- Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py 2004-05-27 14:54:32 UTC (rev 25049)
+++ Zope/trunk/lib/python/Products/ZCatalog/ZCatalog.py 2004-05-27 15:06:40 UTC (rev 25050)
@@ -495,11 +495,8 @@
message='No items were specified!',
action = "./manage_catalogIndexes",)
- if isinstance(ids, str):
- ids = (ids,)
+ self.reindexIndex(ids, REQUEST)
- self.reindexIndex(name, REQUEST, ids)
-
if REQUEST and RESPONSE:
RESPONSE.redirect(
URL1 +
More information about the Zope-Checkins
mailing list