]> git.mxchange.org Git - friendica.git/commitdiff
initialize intErrorCode if no Error occured
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 11 Jul 2014 05:37:27 +0000 (07:37 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 11 Jul 2014 05:37:27 +0000 (07:37 +0200)
include/dba_pdo.php

index 7cd8c638e7f60955364b93b3ea84a591a5b29adc..eed9ea1251150e29342a3fe35f8417eaad28073b 100644 (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;