[CMF-checkins] CVS: CMF/CMFCore - PortalFolder.py:1.58

Yvo Schubbe y.2004_ at wcm-solutions.de
Sun Mar 7 14:04:59 EST 2004


Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv23264/CMFCore

Modified Files:
	PortalFolder.py 
Log Message:
- removed useless lines


=== CMF/CMFCore/PortalFolder.py 1.57 => 1.58 ===
--- CMF/CMFCore/PortalFolder.py:1.57	Mon Feb 23 07:55:02 2004
+++ CMF/CMFCore/PortalFolder.py	Sun Mar  7 14:04:58 2004
@@ -216,7 +216,6 @@
         get = self._getOb
         for id in ids:
             obj = get( id )
-            include = 0
             if query(obj):
                 append( (id, obj) )
         return result
@@ -265,7 +264,6 @@
             except zExceptions_Unauthorized:  # Catch *all* Unauths!
                 pass
         return l
-
 
     security.declarePublic('contentItems')
     def contentItems( self, spec=None, filter=None ):




More information about the CMF-checkins mailing list