diff --git a/adm/member_list.php b/adm/member_list.php index 1f6a18c31..5bd7346d9 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -64,7 +64,7 @@ include_once('./admin.head.php'); $sql = " select * {$sql_common} {$sql_search} {$sql_order} limit {$from_record}, {$rows} "; $result = sql_query($sql); -$colspan = 15; +$colspan = 16; ?>
@@ -126,7 +126,7 @@ $colspan = 15; 아이디 이름 - 본인확인 + 본인확인 휴대폰 상태/권한 최종접속 @@ -138,6 +138,7 @@ $colspan = 15; 메일
인증 정보
공개 메일
수신 + SMS
수신 성인
인증 접근
차단 전화번호 @@ -217,7 +218,7 @@ $colspan = 15; - + > > @@ -240,6 +241,7 @@ $colspan = 15; Yes':'No'; ?> value="1"> value="1"> + value="1"> value="1"> diff --git a/adm/member_list_update.php b/adm/member_list_update.php index cf99e4c6c..6c5049a86 100644 --- a/adm/member_list_update.php +++ b/adm/member_list_update.php @@ -35,6 +35,7 @@ if ($_POST['act_button'] == "선택수정") { set mb_level = '{$_POST['mb_level'][$k]}', mb_intercept_date = '{$_POST['mb_intercept_date'][$k]}', mb_mailling = '{$_POST['mb_mailling'][$k]}', + mb_sms = '{$_POST['mb_sms'][$k]}', mb_open = '{$_POST['mb_open'][$k]}', mb_certify = '{$_POST['mb_certify'][$k]}', mb_adult = '{$mb_adult}'