Changeset 1865


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

blank

Location:
temp/trunk
Files:
2 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"]; 
  • temp/trunk/html/admin/customer/index.php

    r1864 r1865  
    119119} 
    120120 
    121 sfprintr($_POST); 
    122  
    123121// ¸ÜµÒºï½ü 
    124122if ($_POST['mode'] == "delete") { 
     
    147145    /* ÆþÎÏ¥¨¥é¡¼¤Ê¤· */ 
    148146    if (count($objPage->arrErr) == 0) { 
     147         
     148        sfprintr($objPage->arrForm); 
    149149         
    150150        //-- ¸¡º÷¥Ç¡¼¥¿¼èÆÀ 
Note: See TracChangeset for help on using the changeset viewer.