was a bit confusing for me or I was not sleeping to much ...
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
4d5c61395e
commit
fc4d1296e3
|
@ -2073,11 +2073,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;
|
||||
}
|
||||
|
||||
|
@ -2376,11 +2372,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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user