From b6bfef3b65d7e21ac569749ca569fb3e54317c37 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 15 Apr 2014 09:19:22 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9A=A9=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EB=8A=94=20=ED=95=84=EB=93=9C=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/config_form_update.php | 1 - install/gnuboard5.sql | 1 - 2 files changed, 2 deletions(-) diff --git a/adm/config_form_update.php b/adm/config_form_update.php index dfbe8e426..e83b724f6 100644 --- a/adm/config_form_update.php +++ b/adm/config_form_update.php @@ -43,7 +43,6 @@ $sql = " update {$g5['config_table']} cf_write_point = '{$_POST['cf_write_point']}', cf_comment_point = '{$_POST['cf_comment_point']}', cf_download_point = '{$_POST['cf_download_point']}', - cf_search_color = '{$_POST['cf_search_color']}', cf_write_pages = '{$_POST['cf_write_pages']}', cf_mobile_pages = '{$_POST['cf_mobile_pages']}', cf_link_target = '{$_POST['cf_link_target']}', diff --git a/install/gnuboard5.sql b/install/gnuboard5.sql index baa2f632a..22809af82 100644 --- a/install/gnuboard5.sql +++ b/install/gnuboard5.sql @@ -206,7 +206,6 @@ CREATE TABLE IF NOT EXISTS `g5_config` ( `cf_write_point` int(11) NOT NULL DEFAULT '0', `cf_comment_point` int(11) NOT NULL DEFAULT '0', `cf_download_point` int(11) NOT NULL DEFAULT '0', - `cf_search_color` varchar(255) NOT NULL DEFAULT '', `cf_write_pages` int(11) NOT NULL DEFAULT '0', `cf_mobile_pages` int(11) NOT NULL DEFAULT '0', `cf_link_target` varchar(255) NOT NULL DEFAULT '',