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 = '