Changeset 7989 for temp/trunk


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

blank

File:
1 edited

Legend:

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

    r7988 r7989  
    416416         
    417417        // ¼¡¤ÎIncrement¤ò¼èÆÀ 
    418         $arrRet = $this->query("SHOW TABLE STATUS LIKE ?", array($table_name)); 
     418        //$arrRet = $this->query("SHOW TABLE STATUS LIKE ?", array($table_name)); 
     419        $arrRet = $this->query("SELECT * FROM $table_name"); 
    419420        sfprintr($arrRet); 
    420421        $auto_inc_no = $arrRet["Auto_increment"]; 
Note: See TracChangeset for help on using the changeset viewer.