Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1290
 
1293
 
1293
 
mysqli.php
_> 160160       return @mysqli_affected_rows($this->link);
  161161     }
  162162 
<> 163 -    function startTransaction($logging = false) {
  164 -      if ($logging === true) {
  165 -        $this->logging_transaction = true;
  166 -      }
   163+    function startTransaction() {
   164+      $this->logging_transaction = true;
<_ 167165 
  168166       if ($this->use_transactions === true) {
  169167         return @mysqli_autocommit($this->link, false);