From 1750e957d2d81421cdb0cd4a67eb17f54da41808 Mon Sep 17 00:00:00 2001 From: thisgun Date: Tue, 3 Jan 2023 15:16:06 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=83=81?= =?UTF-8?q?=ED=92=88=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=98=A4=ED=83=80=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/shop/item.php b/mobile/shop/item.php index 7436274ad..5bfb4f89f 100644 --- a/mobile/shop/item.php +++ b/mobile/shop/item.php @@ -87,7 +87,7 @@ $sql = " select it_id, it_name from {$g5['g5_shop_item_table']} limit 1 "; $row = sql_fetch($sql); if (isset($row['it_id']) && $row['it_id']) { - $next_title = '다음 상품 '.$row['it_name'].''; + $next_title = '다음상품 '.$row['it_name'].''; $next_href = ''; $next_href2 = ''; } else {