]> git.mxchange.org Git - friendica.git/commitdiff
Added some more documentation
authorMichael Vogel <icarus@dabo.de>
Mon, 11 Jan 2016 19:21:42 +0000 (20:21 +0100)
committerMichael Vogel <icarus@dabo.de>
Mon, 11 Jan 2016 19:21:42 +0000 (20:21 +0100)
include/ostatus.php

index 05a1efaaa86665d6755abb14ad2d5ba95cb191d6..b7799fa9df24f3907d63036324de5ce6b5958e05 100644 (file)
@@ -176,7 +176,7 @@ function ostatus_fetchauthor($xpath, $context, $importer, &$contact, $onlyfetch)
                                dbesc(datetime_convert()), intval($contact["id"]), dbesc(NETWORK_OSTATUS));
                }
 
-               // @todo: Addr
+               /// @todo Add the "addr" field
                $contact["generation"] = 2;
                $contact["photo"] = $author["author-avatar"];
                update_gcontact($contact);