Changeset 4999 for temp/trunk
- Timestamp:
- 2006/09/18 15:28:55 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 2 edited
-
admin/customer/edit.php (modified) (1 diff)
-
mypage/change.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/customer/edit.php
r4998 r4999 110 110 $birth = split("/",$birth[0]); 111 111 112 sfprintr($birth); 113 114 115 $objPage->list_data["year"] = substr($objPage->list_data["birth"], 0, 4); 116 $objPage->list_data["month"] = substr($objPage->list_data["birth"], 5, 2); 117 $objPage->list_data["day"] = substr($objPage->list_data["birth"], 7, 2); 118 $objPage->list_data["month"] = 11; 119 $objPage->list_data["day"] = 1; 120 121 122 sfprintr($objPage->list_data ); 123 112 $objPage->list_data["year"] = $birth[0]; 113 $objPage->list_data["month"] = $birth[1]; 114 $objPage->list_data["day"] = $birth[2]; 124 115 125 116 $objPage->list_data["password"] = DEFAULT_PASSWORD; -
temp/trunk/html/mypage/change.php
r4638 r4999 277 277 $arrForm['month'] = $month; 278 278 $arrForm['day'] = $day; 279 280 sfprintr($arrForm); 279 281 } 280 282 return $arrForm;
Note: See TracChangeset
for help on using the changeset viewer.
