Changeset 1869 for temp/trunk
- Timestamp:
- 2006/08/24 21:09:40 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_CustomerList.php (modified) (1 diff)
-
html/admin/customer/index.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 -
temp/trunk/html/admin/customer/index.php
r1868 r1869 146 146 if (count($objPage->arrErr) == 0) { 147 147 148 149 sfprintr($objPage->arrForm); 148 150 //-- ¸¡º÷¥Ç¡¼¥¿¼èÆÀ 149 151 $objSelect = new SC_CustomerList($objPage->arrForm, "customer");
Note: See TracChangeset
for help on using the changeset viewer.
