added curely branches + reverted back to old behaviour (may come back one day)

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-23 22:33:12 +01:00
parent 09ab141404
commit d8eee2be55
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 5 additions and 0 deletions

View File

@ -1740,7 +1740,12 @@ class dfrn {
intval($importer["importer_uid"])); intval($importer["importer_uid"]));
if (!dbm::is_result($r)) { if (!dbm::is_result($r)) {
/*
* @TODO maybe one day:
logger("Query failed to execute, no result returned in " . __FUNCTION__);
killme(); killme();
*/
return false;
} }
$old = $r[0]; $old = $r[0];