관리자 회원정보 수정시 생년월일 초기화되는 오류 수정

This commit is contained in:
chicpro
2014-05-20 16:50:32 +09:00
parent 2e06869ae3
commit 3193d8a0cb

View File

@ -43,7 +43,6 @@ $sql_common = " mb_name = '{$_POST['mb_name']}',
mb_addr2 = '{$_POST['mb_addr2']}',
mb_addr3 = '{$_POST['mb_addr3']}',
mb_addr_jibeon = '{$_POST['mb_addr_jibeon']}',
mb_birth = '{$_POST['mb_birth']}',
mb_sex = '{$_POST['mb_sex']}',
mb_signature = '{$_POST['mb_signature']}',
mb_leave_date = '{$_POST['mb_leave_date']}',