]> git.mxchange.org Git - friendica.git/commitdiff
was a bit confusing for me or I was not sleeping to much ...
authorRoland Haeder <roland@mxchange.org>
Sat, 25 Mar 2017 12:46:28 +0000 (13:46 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 25 Mar 2017 12:46:51 +0000 (13:46 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
include/dfrn.php

index 555fa57f213c1165c8af60202741df40eb3765a6..4593380d1386a67c25b777b982dfe13206c75603 100644 (file)
@@ -1743,11 +1743,7 @@ class dfrn {
                        intval($importer["importer_uid"]));
 
                if (!dbm::is_result($r)) {
-                       /*
-                        * @TODO maybe one day:
                        logger("Query failed to execute, no result returned in " . __FUNCTION__);
-                       killme();
-                       */
                        return false;
                }
 
@@ -2113,11 +2109,7 @@ class dfrn {
                                        );
 
                                        if (!dbm::is_result($r)) {
-                                               /*
-                                                * @TODO maybe one day:
                                                logger("Query failed to execute, no result returned in " . __FUNCTION__);
-                                               killme();
-                                               */
                                                return false;
                                        }