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

blank

File:
1 edited

Legend:

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

    r7986 r7987  
    416416         
    417417        // ¼¡¤ÎIncrement¤ò¼èÆÀ 
    418         $arrRet = $this->conn->query("SHOW TABLE STATUS LIKE ?", array($table_name)); 
     418        $arrRet = $this->query("SHOW TABLE STATUS LIKE ?", array($table_name)); 
    419419        $auto_inc_no = $arrRet["Auto_increment"]; 
    420420         
Note: See TracChangeset for help on using the changeset viewer.