From: Roland Häder Date: Wed, 17 May 2017 16:34:16 +0000 (+0200) Subject: removed TODOs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0e0fb2b1eec8c1aaba00b46f2e60ee151c02da23;p=friendica.git removed TODOs Signed-off-by: Roland Häder --- diff --git a/include/socgraph.php b/include/socgraph.php index ec78310769..953bd0da78 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -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; }