From 46c6001c9ddbd9b83d4e195d9a37648621b3e5e0 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 2 Feb 2015 18:09:57 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=EA=B8=80=20=EC=9D=B4?= =?UTF-8?q?=EB=8F=99=20=EB=95=8C=20=EC=A0=95=EB=A0=AC=20=EC=B4=88=EA=B8=B0?= =?UTF-8?q?=ED=99=94=EB=90=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=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 --- bbs/move.php | 2 ++ bbs/move_update.php | 5 +++-- mobile/skin/board/basic/list.skin.php | 2 ++ mobile/skin/board/gallery/list.skin.php | 2 ++ skin/board/basic/list.skin.php | 2 ++ skin/board/gallery/list.skin.php | 2 ++ 6 files changed, 13 insertions(+), 2 deletions(-) diff --git a/bbs/move.php b/bbs/move.php index 8756ced7b..e3a7d86f2 100644 --- a/bbs/move.php +++ b/bbs/move.php @@ -51,6 +51,8 @@ for ($i=0; $row=sql_fetch_array($result); $i++) + + diff --git a/bbs/move_update.php b/bbs/move_update.php index 41b7fd4a3..bfaf54bcf 100644 --- a/bbs/move_update.php +++ b/bbs/move_update.php @@ -196,13 +196,14 @@ if ($sw == 'move') } $msg = '해당 게시물을 선택한 게시판으로 '.$act.' 하였습니다.'; -$opener_href = './board.php?bo_table='.$bo_table.'&page='.$page.'&'.$qstr; +$opener_href = './board.php?bo_table='.$bo_table.'&page='.$page.'&'.$qstr; +$opener_href1 = str_replace('&', '&', $opener_href); echo <<