From 9bcb84097de804037be6b44cf63ce2b2e8091441 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 13 Sep 2013 17:01:34 +0900 Subject: [PATCH 1/3] =?UTF-8?q?=ED=88=AC=ED=91=9C=EB=AA=A9=EB=A1=9D=20cols?= =?UTF-8?q?pan=20=EA=B0=92=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/poll_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/poll_list.php b/adm/poll_list.php index 9555f531e..b1a65b8e8 100644 --- a/adm/poll_list.php +++ b/adm/poll_list.php @@ -51,7 +51,7 @@ if ($sfl || $stx) // 검색렬일 때만 처음 버튼을 보여줌 $g5['title'] = '투표관리'; include_once('./admin.head.php'); -$colspan = 6; +$colspan = 7; ?>
From 4571c91fcde198462a697cd1b5d4fb5aabc17fb2 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 16 Sep 2013 17:38:53 +0900 Subject: [PATCH 2/3] =?UTF-8?q?bo=5Fmobile=5Fsubject=20=ED=95=84=EB=93=9C?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/gnuboard5.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/install/gnuboard5.sql b/install/gnuboard5.sql index a48a284fa..cc1a03e0d 100644 --- a/install/gnuboard5.sql +++ b/install/gnuboard5.sql @@ -23,6 +23,7 @@ CREATE TABLE IF NOT EXISTS `g5_board` ( `bo_table` varchar(20) NOT NULL DEFAULT '', `gr_id` varchar(255) NOT NULL DEFAULT '', `bo_subject` varchar(255) NOT NULL DEFAULT '', + `bo_mobile_subject` varchar(255) NOT NULL DEFAULT '', `bo_device` enum('both','pc','mobile') NOT NULL DEFAULT 'both', `bo_admin` varchar(255) NOT NULL DEFAULT '', `bo_list_level` tinyint(4) NOT NULL DEFAULT '0', From 485720dcbf06764ae7d2fb4118a56134d303f193 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 16 Sep 2013 17:41:27 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=20=EC=A0=9C=EB=AA=A9=20=EC=9E=85=EB=A0=A5?= =?UTF-8?q?=ED=8F=BC=20=EB=84=93=EC=9D=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/board_form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/board_form.php b/adm/board_form.php index 2f1cc8315..86f4cd5f2 100644 --- a/adm/board_form.php +++ b/adm/board_form.php @@ -206,7 +206,7 @@ $pg_anchor = '
    - +