Changeset 619
- Timestamp:
- 11/14/06 03:49:11
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
qRSS2Syndication/trunk/skins/qrss2syndication/getSyndicatableContent.py
r618 r619 12 12 obj = context 13 13 if hasattr(context,'synContentValues') or context.portal_type=='Topic': 14 count = context.portal_syndication.getMaxItems(obj)14 count = int(context.portal_syndication.getMaxItems(obj)) 15 15 res = context.portal_syndication.getSyndicatableContent(obj) 16 16 # has to check and cut number of items to be displayed
