old behaviour restored

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-23 22:49:05 +01:00 committed by Roland Häder
parent 87bb934f8f
commit 1fcd4f52e7
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 4 additions and 0 deletions

View File

@ -2377,7 +2377,11 @@ class DFRN
);
if (!DBM::is_result($r)) {
/*
* @TODO maybe one day:
logger("Query failed to execute, no result returned in " . __FUNCTION__);
killme();
*/
return false;
}