Changeset 2158 for temp/trunk/data


Ignore:
Timestamp:
2006/08/28 10:23:39 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/data/class
Files:
2 edited

Legend:

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

    r2157 r2158  
    183183                 
    184184        // ÃÂÀ¸·î¤Î¸¡º÷ 
    185         sfprintr($this->arrSql); 
    186185        if (is_numeric($this->arrSql["birth_month"])) { 
    187186            $this->setWhere(" EXTRACT(month from birth) = ?");   
     
    189188        } 
    190189             
    191         sfprintr($this->arrVal); 
    192190        // ÅÐÏ¿´ü´Ö»ØÄê 
    193191        if ( (strlen($this->arrSql['start_year']) > 0 && strlen($this->arrSql['start_month']) > 0 && strlen($this->arrSql['start_day']) > 0 ) ||  
  • temp/trunk/data/class/SC_SelectSql.php

    r2157 r2158  
    8383            ( $to_year != "" ) && ( $to_month != "" ) && ( $to_day != "" ) ) { 
    8484            $this->setWhere( $column ." >= " . $date1 ." AND ". $column . " < date('" . $date2 . "')+1" ); 
    85 //          $return = array($date1, $date2); 
    8685        } 
    8786 
Note: See TracChangeset for help on using the changeset viewer.