]> git.mxchange.org Git - friendica.git/commitdiff
removed TODO, one day this all needs refacturizing ...
authorRoland Haeder <roland@mxchange.org>
Sat, 25 Mar 2017 12:01:41 +0000 (13:01 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 20:50:02 +0000 (22:50 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
mod/profiles.php
src/Protocol/DFRN.php

index aa991cb4bda35e5bbe9e57dfa470ecb06995aa68..8bb09aa6dd76d52379fcc7b9f723b1df17ba93ab 100644 (file)
@@ -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);
                }
index 00cae469ff5f1b6f75a28493c1367faf0b560282..1f56dfd8d1c79c7bd1fdfa5aef9d79663ae8c80e 100644 (file)
@@ -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;
                }