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 /mod/dfrn_notify.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 'mod/dfrn_notify.php')
-rw-r--r-- | mod/dfrn_notify.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index f6d1f2be5..dd0172243 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -676,6 +676,7 @@ function dfrn_notify_post(&$a) { $ev['cid'] = $importer['id']; $ev['uid'] = $importer['uid']; $ev['uri'] = $item_id; + $ev['edited'] = $datarray['edited']; $r = q("SELECT * FROM `event` WHERE `uri` = '%s' AND `uid` = %d LIMIT 1", dbesc($item_id), |