Changeset 7994 for temp/trunk


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

blank

File:
1 edited

Legend:

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

    r7993 r7994  
    417417        // ¼¡¤ÎIncrement¤ò¼èÆÀ 
    418418        //$arrRet = $this->query("SHOW TABLE STATUS LIKE ?", array($table_name)); 
    419         $arrRet = $this->query("SELECT * FROM dtb_payment"); 
     419        $arrRet = $this->conn->getOne("SELECT * FROM dtb_payment"); 
    420420        sfprintr($arrRet); 
    421421        $auto_inc_no = $arrRet["Auto_increment"]; 
Note: See TracChangeset for help on using the changeset viewer.