From 657939662775ab08148a54a868b18fc0304f5cd1 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 25 Mar 2017 13:01:41 +0100 Subject: [PATCH] removed TODO, one day this all needs refacturizing ... Signed-off-by: Roland Haeder --- mod/profiles.php | 1 - src/Protocol/DFRN.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mod/profiles.php b/mod/profiles.php index aa991cb4b..8bb09aa6d 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -482,7 +482,6 @@ function profiles_post(App $a) { intval(local_user()) ); - /// @TODO decide to use dbm::is_result() here and check $r if ($r) { info(L10n::t('Profile updated.') . EOL); } diff --git a/src/Protocol/DFRN.php b/src/Protocol/DFRN.php index 00cae469f..1f56dfd8d 100644 --- a/src/Protocol/DFRN.php +++ b/src/Protocol/DFRN.php @@ -2108,7 +2108,7 @@ class DFRN logger('Contacts are updated.'); - /// @TODO decide to use dbm::is_result() here + /// @TODO WHERE DOES $x COME FROM ??? if ($x === false) { return false; }