From 3e04f1403fcedc8a970f13514580ddba86cbceb5 Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 29 Jul 2020 17:11:28 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=ED=8C=90=20=EB=B3=84?= =?UTF-8?q?=EB=A1=9C=20=EC=97=90=EB=94=94=ED=84=B0=EB=A5=BC=20=EC=84=A0?= =?UTF-8?q?=ED=83=9D=ED=95=A0=EC=88=98=20=EC=9E=88=EA=B2=8C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_form.php | 25 +++++++++++++++++++++++++ adm/board_form_update.php | 3 +++ common.php | 15 ++++++++++----- install/gnuboard5.sql | 1 + 4 files changed, 39 insertions(+), 5 deletions(-) diff --git a/adm/board_form.php b/adm/board_form.php index f75650a74..58b9538c3 100644 --- a/adm/board_form.php +++ b/adm/board_form.php @@ -80,6 +80,10 @@ if (!isset($board['bo_use_captcha'])) { sql_query(" ALTER TABLE `{$g5['board_table']}` ADD `bo_use_captcha` TINYINT NOT NULL DEFAULT '0' AFTER `bo_use_sns` "); } +if (!isset($board['bo_select_editor'])) { + sql_query(" ALTER TABLE `{$g5['board_table']}` ADD `bo_select_editor` VARCHAR(50) NOT NULL DEFAULT '' AFTER `bo_use_dhtml_editor` "); +} + $required = ""; $readonly = ""; $sound_only = ""; @@ -482,6 +486,27 @@ $pg_anchor = '