Quick Search:

Mode

Context

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

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

1290
 
1293
 
1293
 
mysql.php
_> 11 <?php
  22 /*
<> 3 -  $Id: mysql.php 1290 2007-03-01 19:36:08Z hpdl $
   3+  $Id: mysql.php 1293 2007-03-02 00:07:08Z hpdl $
44 
  55   osCommerce, Open Source E-Commerce Solutions
  66   http://www.oscommerce.com
     
 !
205205       return mysql_affected_rows($this->link);
  206206     }
  207207 
<> 208 -    function startTransaction($logging = false) {
  209 -      if ($logging === true) {
  210 -        $this->logging_transaction = true;
  211 -      }
   208+    function startTransaction() {
   209+      $this->logging_transaction = true;
<_ 212210 
  213211       if ($this->use_transactions === true) {
  214212         return $this->simpleQuery('start transaction');