[CMF-checkins] CVS: CMF/CMFCore - CatalogTool.py:1.23
Tres Seaver
tseaver@zope.com
Wed, 8 May 2002 09:39:01 -0400
Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv9794/CMFCore
Modified Files:
CatalogTool.py
Log Message:
- Ensure that test file doesn't get mangled on Windows.
=== CMF/CMFCore/CatalogTool.py 1.22 => 1.23 ===
kw[ 'allowedRolesAndUsers' ] = self._listAllowedRolesAndUsers( user )
- if not _checkPermission(
+ if 0 and not _checkPermission(
CMFCorePermissions.AccessInactivePortalContent, self ):
base = aq_base( self )
now = DateTime()