diff options
author | Friendika <info@friendika.com> | 2011-06-23 18:25:33 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-23 18:25:33 -0700 |
commit | a15bd91d1733e8198169a1a492f0268691b7152a (patch) | |
tree | dd730e04ba33a0015eb3c94effeb798aaac8689c /include/items.php | |
parent | 38cf37d3c3a4bc9873aa12eed5167b356282385f (diff) | |
download | volse-hubzilla-a15bd91d1733e8198169a1a492f0268691b7152a.tar.gz volse-hubzilla-a15bd91d1733e8198169a1a492f0268691b7152a.tar.bz2 volse-hubzilla-a15bd91d1733e8198169a1a492f0268691b7152a.zip |
don't update an event that hasn't changed.
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index 2a934af3a..47a38d5e5 100644 --- a/include/items.php +++ b/include/items.php @@ -1347,6 +1347,7 @@ function consume_feed($xml,$importer,&$contact, &$hub, $datedir = 0, $secure_fee if(x($ev,'desc') && x($ev,'start')) { $ev['uid'] = $importer['uid']; $ev['uri'] = $item_id; + $ev['edited'] = $datarray['edited']; if(is_array($contact)) $ev['cid'] = $contact['id']; |