From: Michael Vogel Date: Mon, 11 Jan 2016 19:21:42 +0000 (+0100) Subject: Added some more documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d1d7ab799c2237fc6df7e94bcb78cd773c53c442;p=friendica.git Added some more documentation --- diff --git a/include/ostatus.php b/include/ostatus.php index 05a1efaaa8..b7799fa9df 100644 --- a/include/ostatus.php +++ b/include/ostatus.php @@ -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);