Ignore:
Timestamp:
2006/08/24 21:05:22 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

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

    r1328 r1865  
    136136         
    137137        // ¹ØÆþ¶â³Û»ØÄê 
    138         if( is_numeric( $this->arrSql["buy_total_from"] ) || is_numeric( $this->arrSql["buy_total_to"] ) ) { 
     138        if( is_numeric( $this->arrSql["search_buy_total_from"] ) || is_numeric( $this->arrSql["search_buy_total_to"] ) ) { 
    139139            $arrBuyTotal = $this->selectRange($this->arrSql["buy_total_from"], $this->arrSql["buy_total_to"], "buy_total"); 
    140140            foreach ($arrBuyTotal as $data1) { 
     
    144144 
    145145        // ¹ØÆþ²ó¿ô»ØÄê 
    146         if( is_numeric( $this->arrSql["buy_times_from"] ) || is_numeric( $this->arrSql["buy_times_to"] ) ) { 
     146        if( is_numeric( $this->arrSql["search_buy_times_from"] ) || is_numeric( $this->arrSql["search_buy_times_to"] ) ) { 
    147147            $arrBuyTimes = $this->selectRange($this->arrSql["buy_times_from"], $this->arrSql["buy_times_to"], "buy_times"); 
    148148            foreach ($arrBuyTimes as $data2) { 
     
    165165 
    166166        // ÃÂÀ¸·î¤Î¸¡º÷ 
    167         if (is_numeric($this->arrSql["birth_month"])) { 
     167        if (is_numeric($this->arrSql["search_birth_month"])) { 
    168168            $this->setWhere(" EXTRACT(month from birth) = ?");   
    169169            $this->arrVal[] = $this->arrSql["birth_month"]; 
Note: See TracChangeset for help on using the changeset viewer.