From f94a10bf00de699a5f3d22ea74665053a5661175 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Thu, 23 Mar 2017 22:49:05 +0100 Subject: [PATCH] old behaviour restored Signed-off-by: Roland Haeder --- include/dfrn.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/dfrn.php b/include/dfrn.php index 1e6cc6e71d..1e1b82e39b 100644 --- a/include/dfrn.php +++ b/include/dfrn.php @@ -2103,7 +2103,12 @@ class dfrn { ); if (!dbm::is_result($r)) { + /* + * @TODO maybe one day: + logger("Query failed to execute, no result returned in " . __FUNCTION__); killme(); + */ + return false; } // extract tag, if not duplicate, add to parent item @@ -2551,7 +2556,7 @@ class dfrn { intval($importer["id"]) ); if (!dbm::is_result($r)) { - logger("Item with uri ".$uri." from contact ".$importer["id"]." for user ".$importer["uid"]." wasn't found.", LOGGER_DEBUG); + logger("Item with uri " . $uri . " from contact " . $importer["id"] . " for user " . $importer["uid"] . " wasn't found.", LOGGER_DEBUG); return; } else {