Changeset 5237 for temp/trunk/html
- Timestamp:
- 2006/09/20 13:55:22 (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
r4999 r5237 108 108 109 109 $birth = split(" ", $objPage->list_data["birth"]); 110 $birth = split(" /",$birth[0]);110 $birth = split("-",$birth[0]); 111 111 112 112 $objPage->list_data["year"] = $birth[0]; -
temp/trunk/html/mypage/change.php
r5236 r5237 272 272 if (isset($arrForm['birth'])){ 273 273 $birth = split(" ", $arrForm["birth"]); 274 list($year, $month, $day) = split(" /",$birth[0]);274 list($year, $month, $day) = split("-",$birth[0]); 275 275 276 276 sfprintr($birth);
Note: See TracChangeset
for help on using the changeset viewer.
