From 0e0fb2b1eec8c1aaba00b46f2e60ee151c02da23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20H=C3=A4der?= Date: Wed, 17 May 2017 18:34:16 +0200 Subject: [PATCH] removed TODOs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- include/socgraph.php | 2 -- 1 file changed, 2 deletions(-) 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; }