From 52e7fb4af5ab31ea823bef18f88aa99fefe7ecab Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 25 Apr 2013 21:25:12 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9C=B4=EB=8C=80=ED=8F=B0=20=EB=B3=B8?= =?UTF-8?q?=EC=9D=B8=ED=99=95=EC=9D=B8=EC=9D=98=20=EC=82=AC=EC=9A=A9?= =?UTF-8?q?=EC=95=88=ED=95=A8=EC=9D=84=20none=20=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EA=B3=B5=EB=9E=80=EC=9C=BC=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_form.php | 7 +++---- adm/config_form.php | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/adm/board_form.php b/adm/board_form.php index 23ab9f8a2..d9affee10 100644 --- a/adm/board_form.php +++ b/adm/board_form.php @@ -46,7 +46,7 @@ if (!isset($board['bo_mobile_content_head'])) { } if (!isset($board['bo_use_cert'])) { - sql_query(" ALTER TABLE `{$g4['board_table']}` ADD `bo_use_cert` ENUM('none','cert','adult') NOT NULL DEFAULT 'none' AFTER `bo_use_email` ", false); + sql_query(" ALTER TABLE `{$g4['board_table']}` ADD `bo_use_cert` ENUM('','cert','adult') NOT NULL DEFAULT 'none' AFTER `bo_use_email` ", false); } $required = ""; @@ -91,7 +91,6 @@ if ($w == '') { $board['bo_include_head'] = '_head.php'; $board['bo_include_tail'] = '_tail.php'; $board['bo_show_menu'] = true; - $board['bo_use_cert'] = 'none'; } else if ($w == 'u') { @@ -555,8 +554,8 @@ $pg_anchor = '