Changeset 593
- Timestamp:
- 10/23/06 10:50:33
- Files:
-
- SimpleBlog/branches/plone-2.5/SimpleBlogTool.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
SimpleBlog/branches/plone-2.5/SimpleBlogTool.py
r592 r593 273 273 274 274 security.declarePublic('searchForEntries') 275 def collectEntries(self, context, category=None, maxResults=None, filterState=1, allBlogs=0 **kwargs):275 def collectEntries(self, context, category=None, maxResults=None, filterState=1, allBlogs=0, **kwargs): 276 276 # first get all the blogs 277 277 if allBlogs:
