]> git.mxchange.org Git - friendica.git/commitdiff
Some more documentation - again.
authorMichael Vogel <icarus@dabo.de>
Thu, 24 Mar 2016 14:59:53 +0000 (15:59 +0100)
committerMichael Vogel <icarus@dabo.de>
Thu, 24 Mar 2016 14:59:53 +0000 (15:59 +0100)
include/diaspora.php

index a608516622221e601f3c7d8fdef1805a39347fd1..c5d6943e59cd187d6826af8065e1f878ff83e7a3 100644 (file)
@@ -755,7 +755,7 @@ class diaspora {
         *
         * @param int $uid The user id
         * @param string $guid The guid of the message
-y       *
+        *
         * @return int|bool message id if the message already was stored into the system - or false.
         */
        private function message_exists($uid, $guid) {
@@ -2143,6 +2143,7 @@ y  *
 
                $datarray = array();
 
+               // Attach embedded pictures to the body
                if ($data->photo) {
                        foreach ($data->photo AS $photo)
                                $body = "[img]".unxmlify($photo->remote_photo_path).