Ignore:
Timestamp:
2006/09/26 13:07:15 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_Query.php

    r5874 r5875  
    4545    function begin() { 
    4646//      $this->conn->query("BEGIN"); 
    47         $this->conn->query("SET AUTOCOMMIT=0;"); 
     47//      $this->conn->query("SET AUTOCOMMIT=0;"); 
    4848        $this->conn->query("START TRANSACTION;"); 
    4949    } 
     
    5252        $this->conn->query("ROLLBACK"); 
    5353        $this->conn->query("SET AUTOCOMMIT=1;"); 
    54         sfprintr("roll back"); 
    5554    } 
    5655     
Note: See TracChangeset for help on using the changeset viewer.