Changeset 1869 for temp/trunk/data/class


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

blank

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.