From 1668ed095b6110d2316f404f08b0e34f7d228ab4 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Mon, 7 Oct 2013 11:17:30 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=EA=B3=B5=EC=A7=80=EA=B8=80=EC=9D=B8=20?= =?UTF-8?q?=EA=B2=BD=EC=9A=B0=EB=8A=94=20=ED=95=B4=EB=8B=B9=EA=B8=80?= =?UTF-8?q?=EC=9D=84=20=EA=B0=99=EC=9D=80=20=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=EC=97=90=EC=84=9C=20=EB=8B=A4=EC=8B=9C=20=EB=85=B8=EC=B6=9C?= =?UTF-8?q?=ED=95=98=EC=A7=80=20=EC=95=8A=EB=8A=94=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/list.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bbs/list.php b/bbs/list.php index 25ee72198..b173899c9 100644 --- a/bbs/list.php +++ b/bbs/list.php @@ -130,6 +130,9 @@ $k = 0; while ($row = sql_fetch_array($result)) { + // 공지글인 경우는 해당글을 같은 페이지에서 다시 노출하지 않는다. + if (in_array($row['wr_id'], $arr_notice)) continue; + // 검색일 경우 wr_id만 얻었으므로 다시 한행을 얻는다 if ($sca || $stx) $row = sql_fetch(" select * from {$write_table} where wr_id = '{$row['wr_parent']}' "); From fb0b5839b0938e136c2e36c8a646a60ce4f22b7c Mon Sep 17 00:00:00 2001 From: gnuboard Date: Mon, 7 Oct 2013 11:50:29 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EA=B0=A4?= =?UTF-8?q?=EB=9F=AC=EB=A6=AC=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=ED=8F=AD=20?= =?UTF-8?q?=EB=86=92=EC=9D=B4=20=EA=B7=B8=EB=A3=B9=EC=A0=81=EC=9A=A9=20?= =?UTF-8?q?=EC=A0=84=EC=B2=B4=EC=A0=81=EC=9A=A9=20=EC=9D=B4=20=EB=90=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8D=98=20=ED=98=84=EC=83=81=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 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/adm/board_form.php b/adm/board_form.php index 39c9c93a8..93fe33aef 100644 --- a/adm/board_form.php +++ b/adm/board_form.php @@ -994,10 +994,10 @@ $pg_anchor = '