[Zope-Checkins] CVS: Zope/lib/python/Products/ZCatalog/dtml - catalogIndexes.dtml:1.7.34.2
Andreas Jung
andreas@andreas-jung.com
Thu, 23 Jan 2003 12:29:15 -0500
Update of /cvs-repository/Zope/lib/python/Products/ZCatalog/dtml
In directory cvs.zope.org:/tmp/cvs-serv16957/dtml
Modified Files:
Tag: ajung-oneindex-multipleattributes-branch
catalogIndexes.dtml
Log Message:
fixed broken test for pre-2.4 indexes
=== Zope/lib/python/Products/ZCatalog/dtml/catalogIndexes.dtml 1.7.34.1 => 1.7.34.2 ===
--- Zope/lib/python/Products/ZCatalog/dtml/catalogIndexes.dtml:1.7.34.1 Sun Nov 17 03:57:27 2002
+++ Zope/lib/python/Products/ZCatalog/dtml/catalogIndexes.dtml Thu Jan 23 12:29:12 2003
@@ -146,12 +146,12 @@
<td>
<div class="list-item">
- <dtml-if "_.string.find(_.str(_.getattr(this(),'__implements__','old')),'PluggableIndexInterface')>-1">
- <dtml-var meta_type>
+ <dtml-if "_.string.find(_.str(_.getattr(this(),'__implements__','old')),'PluggableIndex')>-1">
+ &dtml-meta_type;
<dtml-else>
<dtml-call "REQUEST.set('oldidx',1)">
(pre-2.4 index)
- <dtml-var meta_type>
+ &dtml-meta_type;
</dtml-if>
</div>
</td>