Merge pull request #1048 from tobiasd/20140711

initialize intErrorCode / mobile themes
This commit is contained in:
tobiasd 2014-07-24 08:40:02 +02:00
commit 27895b3744
3 changed files with 3 additions and 27 deletions

View file

@ -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;