Changeset 5237 for temp/trunk/html/admin
- Timestamp:
- 2006/09/20 13:55:22 (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
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];
Note: See TracChangeset
for help on using the changeset viewer.
