Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Michael Vogel 2014-07-24 22:54:35 +02:00
commit a588ae4022
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;