Ignore:
Timestamp:
2006/11/09 13:24:46 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r7989 r7990  
    413413    function get_auto_increment($table_name){ 
    414414        // ¥í¥Ã¥¯¤¹¤ë 
    415         $this->BEGIN(); 
     415    //  $this->BEGIN(); 
    416416         
    417417        // ¼¡¤ÎIncrement¤ò¼èÆÀ 
     
    425425         
    426426        // ²ò½ü¤¹¤ë 
    427         $this->COMMIT(); 
     427    //  $this->COMMIT(); 
    428428         
    429429        sfprintr($auto_inc_no); 
Note: See TracChangeset for help on using the changeset viewer.