Changeset 3680 for temp/trunk/data


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

blank

File:
1 edited

Legend:

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

    r3679 r3680  
    8484    function getall($sql, $arrval = array()) { 
    8585        $ret = $this->conn->getAll($sql, $arrval); 
    86 sfprintr("dd"); 
    8786        return $ret; 
    8887    } 
     
    318317        // SQLʸ¤Î¼Â¹Ô 
    319318        $ret = $this->conn->getOne($sql, $arrval); 
    320         return $ret; 
     319        sfprintr("dd"); 
     320 
     321        return $ret; 
     322         
    321323    } 
    322324         
Note: See TracChangeset for help on using the changeset viewer.