Changeset 4995 for temp/trunk
- Timestamp:
- 2006/09/18 15:21:51 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/customer/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/customer/edit.php
r4994 r4995 107 107 $objPage->list_data = $result[0]; 108 108 109 sfprintr($objPage->list_data );110 111 109 $objPage->list_data["year"] = substr($objPage->list_data["birth"], 0, 4); 112 110 $objPage->list_data["month"] = substr($objPage->list_data["birth"], 5, 6); 113 111 $objPage->list_data["day"] = substr($objPage->list_data["birth"], 7, 8); 112 113 sfprintr($objPage->list_data ); 114 114 115 115 116 $objPage->list_data["password"] = DEFAULT_PASSWORD;
Note: See TracChangeset
for help on using the changeset viewer.
