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

blank

File:
1 edited

Legend:

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

    r2156 r2157  
    184184        // ÃÂÀ¸·î¤Î¸¡º÷ 
    185185        sfprintr($this->arrSql); 
    186         sfprintr($this->arrVal); 
    187186        if (is_numeric($this->arrSql["birth_month"])) { 
    188187            $this->setWhere(" EXTRACT(month from birth) = ?");   
     
    190189        } 
    191190             
     191        sfprintr($this->arrVal); 
    192192        // ÅÐÏ¿´ü´Ö»ØÄê 
    193193        if ( (strlen($this->arrSql['start_year']) > 0 && strlen($this->arrSql['start_month']) > 0 && strlen($this->arrSql['start_day']) > 0 ) ||  
Note: See TracChangeset for help on using the changeset viewer.