From 1cb624fe3ce51a6df89cac46900354d8ea302448 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 26 Nov 2012 18:25:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=BC=EB=B0=98=EA=B2=8C=EC=8B=9C=ED=8C=90?= =?UTF-8?q?=20=EC=8A=A4=ED=82=A8=20=EB=AA=A9=EB=A1=9D=20=EC=A0=90=EA=B2=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/move.php | 9 ++++----- skin/board/neo/list.skin.php | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bbs/move.php b/bbs/move.php index 086d80c8a..99cf3b95e 100644 --- a/bbs/move.php +++ b/bbs/move.php @@ -26,11 +26,10 @@ else { } } -$sql = " select * - from $g4[board_table] a, - $g4[group_table] b - where a.gr_id = b.gr_id - and bo_table <> '$bo_table' "; +$sql = " select * from $g4[board_table] a, + {$g4[group_table]} b + where a.gr_id = b.gr_id + and bo_table <> '{$bo_table}' "; if ($is_admin == 'group') $sql .= " and b.gr_admin = '$member[mb_id]' "; else if ($is_admin == 'board') diff --git a/skin/board/neo/list.skin.php b/skin/board/neo/list.skin.php index 58a7d40dc..c4b3de7e4 100644 --- a/skin/board/neo/list.skin.php +++ b/skin/board/neo/list.skin.php @@ -214,7 +214,7 @@ function select_delete() { function select_copy(sw) { var f = document.fboardlist; - if (sw == "copy") + if (sw == 'copy') str = "복사"; else str = "이동";