Changeset 1869 for temp/trunk


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

blank

Location:
temp/trunk
Files:
2 edited

Legend:

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

    r1865 r1869  
    167167        if (is_numeric($this->arrSql["search_birth_month"])) { 
    168168            $this->setWhere(" EXTRACT(month from birth) = ?");   
    169             $this->arrVal[] = $this->arrSql["birth_month"]; 
     169            $this->arrVal[] = $this->arrSql["search_birth_month"]; 
    170170        } 
    171171 
  • temp/trunk/html/admin/customer/index.php

    r1868 r1869  
    146146    if (count($objPage->arrErr) == 0) { 
    147147         
     148         
     149        sfprintr($objPage->arrForm); 
    148150        //-- ¸¡º÷¥Ç¡¼¥¿¼èÆÀ 
    149151        $objSelect = new SC_CustomerList($objPage->arrForm, "customer"); 
Note: See TracChangeset for help on using the changeset viewer.