- Timestamp:
- 04/28/06 05:30:30 (3 years ago)
- Files:
-
- 1 modified
-
branches/magpie-hacks/rss_parse.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/magpie-hacks/rss_parse.inc
r1457 r1458 665 665 } else { 666 666 $this->normalize_element($item, 'updated', $item, 'modified'); 667 $this->normalize_element($item, 'published', $item, 'issued'); 667 668 $this->normalize_element($item, 'id', $item, 'guid'); 668 669 } … … 718 719 // Normalized item timestamp 719 720 $atom_date = (isset($item['published']) ) ? $item['published'] : 720 ( (isset($item['updated']) )? $item['updated'] : "");721 (isset($item['updated']) ? $item['updated'] : ""); 721 722 if ( $atom_date ) { 722 723 $epoch = @parse_w3cdtf($atom_date);
