Changeset 206728
- Timestamp:
- 02/16/2010 09:05:02 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lifestream/trunk/extensions/googlereader/extension.inc.php
r192063 r206728 53 53 $annotation =& $row->get_item_tags(self::NS, 'annotation'); 54 54 $data['comment'] = $this->lifestream->html_entity_decode($annotation[0]['child']['http://www.w3.org/2005/Atom']['content'][0]['data']); 55 $data['date'] = $row->data['attribs']['http://www.google.com/schemas/reader/atom/']['crawl-timestamp-msec']/1000; 55 56 return $data; 56 57 }
Note: See TracChangeset
for help on using the changeset viewer.