휴대폰 본인확인 및 성인인증 필드를 enum 에서 tinyint 로 변경

This commit is contained in:
gnuboard
2013-05-03 16:01:25 +09:00
parent d9420b458d
commit 3c5d68a800
9 changed files with 71 additions and 69 deletions

View File

@ -29,7 +29,9 @@ $sql_common = " mb_name = '{$_POST['mb_name']}',
mb_email = '{$_POST['mb_email']}',
mb_homepage = '{$_POST['mb_homepage']}',
mb_tel = '{$_POST['mb_tel']}',
mb_hp = '$mb_hp',
mb_hp = '{$_POST['mb_hp']}',
mb_hp_certify = '{$_POST['mb_hp_certify']}',
mb_adult = '{$_POST['mb_adult']}',
mb_zip1 = '{$_POST['mb_zip1']}',
mb_zip2 = '{$_POST['mb_zip2']}',
mb_addr1 = '{$_POST['mb_addr1']}',