Plugin Directory

Changeset 206728


Ignore:
Timestamp:
02/16/2010 09:05:02 PM (16 years ago)
Author:
zeeg
Message:

#18 Fix for google reader shared time (thanks to Sparticuz)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lifestream/trunk/extensions/googlereader/extension.inc.php

    r192063 r206728  
    5353        $annotation =& $row->get_item_tags(self::NS, 'annotation');
    5454        $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;
    5556        return $data;
    5657    }
Note: See TracChangeset for help on using the changeset viewer.