Changeset 594
- Timestamp:
- 10/23/06 11:31:01
- 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
r593 r594 293 293 results = onTop+atBottom 294 294 else: 295 context.getEntries(category=category, maxResults=maxResults, filterState = filterState, sort=0, join=1, skipOnTop=1, **kwargs) 295 results = context.getEntries(category=category, maxResults=maxResults, filterState = filterState, sort=0, join=1, skipOnTop=1, **kwargs) 296 296 297 297 298 if maxResults==0:
