[CMF-checkins] CVS: CMF/CMFCore - CatalogTool.py:1.17
Ken Manheimer
klm@zope.com
Mon, 8 Oct 2001 17:36:42 -0400
Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv17257
Modified Files:
CatalogTool.py
Log Message:
.enumerateColumns(): "ModifiedDate" => "ModificationDate" (looks like
"ModifiedDate" was a typo in the first place, there are no other
references to such a metadata field in the CMF sources...)
=== CMF/CMFCore/CatalogTool.py 1.16 => 1.17 ===
, 'EffectiveDate'
, 'ExpiresDate'
- , 'ModifiedDate'
+ , 'ModificationDate'
)
def _initIndexes(self):