From cdef10dcef2a24c9a1aa2257ff47b9cee04c8f89 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 17 Mar 2014 17:47:59 +0900 Subject: [PATCH] =?UTF-8?q?SMS=20=EC=88=98=EC=8B=A0=20=EC=97=AC=EB=B6=80?= =?UTF-8?q?=20=EC=B6=9C=EB=A0=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/member_list.php | 8 +++++--- adm/member_list_update.php | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) 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}'