Changeset 1869 for temp/trunk/data/class
- Timestamp:
- 2006/08/24 21:09:40 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_CustomerList.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_CustomerList.php
r1865 r1869 167 167 if (is_numeric($this->arrSql["search_birth_month"])) { 168 168 $this->setWhere(" EXTRACT(month from birth) = ?"); 169 $this->arrVal[] = $this->arrSql[" birth_month"];169 $this->arrVal[] = $this->arrSql["search_birth_month"]; 170 170 } 171 171
Note: See TracChangeset
for help on using the changeset viewer.
