From a1633aec96bf04383bcd511bef6d53654ae533b8 Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 29 Jul 2019 11:42:07 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=9E=98=EB=AA=BB=EB=90=9C=20php=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bbs/memo_view.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbs/memo_view.php b/bbs/memo_view.php index 9b5f72a12..edfa4e53b 100644 --- a/bbs/memo_view.php +++ b/bbs/memo_view.php @@ -51,9 +51,9 @@ else // 다음 쪽지 -$sql = " select * from {$g5[memo_table]} +$sql = " select * from {$g5['memo_table']} where me_id < '{$me_id}' - and me_{$kind}_mb_id = '{$member[mb_id]}' + and me_{$kind}_mb_id = '{$member['mb_id']}' order by me_id desc limit 1 "; $next = sql_fetch($sql); From 067bcd2046b00055b93133162999bbc50a66554f Mon Sep 17 00:00:00 2001 From: thisgun Date: Mon, 12 Aug 2019 10:22:09 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EB=B2=84=EC=A0=84=205.3.3.2=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 --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 7a5a4b80b..51854fc9e 100644 --- a/config.php +++ b/config.php @@ -5,7 +5,7 @@ ********************/ define('G5_VERSION', '그누보드5'); -define('G5_GNUBOARD_VER', '5.3.3.1'); +define('G5_GNUBOARD_VER', '5.3.3.2'); // 이 상수가 정의되지 않으면 각각의 개별 페이지는 별도로 실행될 수 없음 define('_GNUBOARD_', true);