Changeset 4997 for temp/trunk
- Timestamp:
- 2006/09/18 15:23:27 (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
r4996 r4997 110 110 $objPage->list_data["month"] = substr($objPage->list_data["birth"], 5, 2); 111 111 $objPage->list_data["day"] = substr($objPage->list_data["birth"], 7, 2); 112 113 sfprintr($objPage->list_data ); 112 $objPage->list_data["month"] = 11; 113 $objPage->list_data["day"] = 1; 114 115 116 sfprintr($objPage->list_data ); 114 117 115 118
Note: See TracChangeset
for help on using the changeset viewer.
