From 7870d22b1fc8bd39fb037048796ae32efaf6dcc2 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 20 Feb 2013 15:41:03 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=95=20#291=20=EC=97=90?= =?UTF-8?q?=20=EB=94=B0=EB=A5=B8=20=EC=B2=98=EB=A6=AC=20=EC=9D=B4=EC=A0=84?= =?UTF-8?q?=EA=B2=80=EC=83=89=20=EB=8B=A4=EC=9D=8C=EA=B2=80=EC=83=89=20?= =?UTF-8?q?=EC=8A=A4=ED=83=80=EC=9D=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbs/list.php b/bbs/list.php index d2f4b02bf..09e84a3b9 100644 --- a/bbs/list.php +++ b/bbs/list.php @@ -149,13 +149,13 @@ if ($sca || $stx) { $prev_spt = $spt - $config['cf_search_part']; if (isset($min_spt) && $prev_spt >= $min_spt) { $prev_part_href = './board.php?bo_table='.$bo_table.$qstr.'&spt='.$prev_spt.'&page=1'; - $write_pages = page_insertbefore($write_pages, '이전검색'); + $write_pages = page_insertbefore($write_pages, '이전검색'); } $next_spt = $spt + $config['cf_search_part']; if ($next_spt < 0) { $next_part_href = './board.php?bo_table='.$bo_table.$qstr.'&spt='.$next_spt.'&page=1'; - $write_pages = page_insertafter($write_pages, '다음검색'); + $write_pages = page_insertafter($write_pages, '다음검색'); } }