diff options
author | Friendika <info@friendika.com> | 2011-02-07 21:16:39 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-07 21:16:39 -0800 |
commit | 9f5d3000c74253a1284abda16006d74df84073fe (patch) | |
tree | a3ad5f4024ecaf216cab20825255126bda4e748e /include/items.php | |
parent | 18c5d1ff90dd364328032b3f0092ac5176ebc4c5 (diff) | |
download | volse-hubzilla-9f5d3000c74253a1284abda16006d74df84073fe.tar.gz volse-hubzilla-9f5d3000c74253a1284abda16006d74df84073fe.tar.bz2 volse-hubzilla-9f5d3000c74253a1284abda16006d74df84073fe.zip |
don't change photo visibility if only album name was changed
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/items.php b/include/items.php index 9c29e6558..5d9eaaaf3 100644 --- a/include/items.php +++ b/include/items.php @@ -859,12 +859,12 @@ function dfrn_deliver($owner,$contact,$atom, $dissolve = false) { } -/* +/** * * consume_feed - process atom feed and update anything/everything we might need to update * - * $xml = the (atom) feed to consume - no RSS spoken here, it might partially work since simplepie - * handles both, but we don't claim it will work well, and are reasonably certain it won't. + * $xml = the (atom) feed to consume - RSS isn't as fully supported but may work for simple feeds. + * * $importer = the contact_record (joined to user_record) of the local user who owns this relationship. * It is this person's stuff that is going to be updated. * $contact = the person who is sending us stuff. If not set, we MAY be processing a "follow" activity |