Changeset 6419
- Timestamp:
- Apr 8, 2008, 5:38:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/work/ogawa/2059_profile/webapp/lib/db/member.php
r6416 r6419 1065 1065 $data = array( 1066 1066 'nickname' => $c_member['nickname'], 1067 'birth_year' => $c_member['birth_year'],1068 'birth_month' => $c_member['birth_month'],1069 'birth_day' => $c_member['birth_day'],1067 'birth_year' => intval($c_member['birth_year']), 1068 'birth_month' => intval($c_member['birth_month']), 1069 'birth_day' => intval($c_member['birth_day']), 1070 1070 'public_flag_birth_year' => $c_member['public_flag_birth_year'], 1071 1071 'public_flag_birth_month_day' => $c_member['public_flag_birth_month_day'],
Note: See TracChangeset
for help on using the changeset viewer.