mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:02:53 +00:00
initialize intErrorCode if no Error occured
This commit is contained in:
parent
829a92a10e
commit
659c01ccc3
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ class dba {
|
|||
# bad workaround to emulate the bizzare behavior of mysql_query
|
||||
if(in_array($strSQLType, array('INSERT', 'UPDATE', 'DELETE', 'CREATE', 'DROP', 'SET')))
|
||||
$result = true;
|
||||
$intErrorCode = false;
|
||||
|
||||
} catch (\Exception $objException) {
|
||||
$result = false;
|
||||
|
|
Loading…
Reference in a new issue