Changeset 3677 for temp/trunk/data/class


Ignore:
Timestamp:
2006/09/01 16:07:42 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r3413 r3677  
    8484    function getall($sql, $arrval = array()) { 
    8585        $ret = $this->conn->getAll($sql, $arrval); 
     86        $this->conn->getlastquery(); 
    8687        return $ret; 
    8788    } 
Note: See TracChangeset for help on using the changeset viewer.