mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Merge pull request #1048 from tobiasd/20140711
initialize intErrorCode / mobile themes
This commit is contained in:
commit
27895b3744
3 changed files with 3 additions and 27 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…
Add table
Add a link
Reference in a new issue