Changeset 7708
- Timestamp:
- 03/02/08 00:14:18 (9 months ago)
- Files:
-
- plugins/sfFeed2Plugin/lib/sfAtom1Feed.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfFeed2Plugin/lib/sfAtom1Feed.class.php
r6627 r7708 126 126 'pubDate' => $pubdate, 127 127 'description' => (string) $itemXml->summary, 128 'content' => (string) $itemXml->content ,128 'content' => (string) $itemXml->content->asXml(), 129 129 'uniqueId' => (string) $itemXml->id, 130 130 'enclosure' => $enclosure,