Signed-off-by: Roland Haeder <roland@mxchange.org>
);
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
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 {