\ No newline at end of file
diff --git a/adm/board_form.php b/adm/board_form.php
index 23ab9f8a2..4480738da 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 = "";
@@ -554,9 +554,9 @@ $pg_anchor = '
|
|