From aba7d75de6e364e8b6226f8cf6a29064a80c6525 Mon Sep 17 00:00:00 2001 From: thisgun Date: Wed, 27 Mar 2024 12:21:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=20=EB=AA=A8?= =?UTF-8?q?=EB=B0=94=EC=9D=BC=20=EC=83=81=ED=92=88=20=EB=A6=AC=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=ED=8E=98=EC=9D=B4=EC=A7=80=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20=EB=B3=80=EC=88=98=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0=20#308?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mobile/shop/list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/shop/list.php b/mobile/shop/list.php index e6d459f1f..17c6f2362 100644 --- a/mobile/shop/list.php +++ b/mobile/shop/list.php @@ -168,7 +168,7 @@ var g5_shop_url = ""; 0 && $total_count > $items) { + if($total_count > $items) { $qstr1 .= 'ca_id='.$ca_id; $qstr1 .='&sort='.$sort.'&sortodr='.$sortodr; $ajax_url = G5_SHOP_URL.'/ajax.list.php?'.$qstr1.'&use_sns=1';