Changeset 3678 for temp/trunk/data/class


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

blank

File:
1 edited

Legend:

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

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