]> git.mxchange.org Git - friendica.git/commitdiff
removed TODOs
authorRoland Häder <roland@mxchange.org>
Wed, 17 May 2017 16:34:16 +0000 (18:34 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 17 May 2017 16:34:16 +0000 (18:34 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
include/socgraph.php

index ec78310769da97b1b44ee2b4e75da8290739b1f1..953bd0da784be9fb65d99e18525190e66b509884 100644 (file)
@@ -2006,7 +2006,6 @@ function get_gcontact_id($contact) {
                return false;
        }
 
-       /// @TODO backward-compatibility or old-lost code?
        if ($contact["network"] == NETWORK_STATUSNET) {
                $contact["network"] = NETWORK_OSTATUS;
        }
@@ -2139,7 +2138,6 @@ function update_gcontact($contact) {
 
        $fields["hide"] = $r[0]["hide"];
 
-       /// @TODO backward-compatibility or old-lost code?
        if ($contact["network"] == NETWORK_STATUSNET) {
                $contact["network"] = NETWORK_OSTATUS;
        }