From f286494694a1e72d962f4d9b3f86ceafa15aca66 Mon Sep 17 00:00:00 2001 From: thisgun Date: Fri, 13 Mar 2020 11:09:34 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B6=94=EA=B0=80=EB=B0=B0=EC=86=A1=EB=B9=84?= =?UTF-8?q?=20=EC=BF=BC=EB=A6=AC=20=EC=BD=94=EB=93=9C=EB=A5=BC=20=EC=A3=BC?= =?UTF-8?q?=EB=AC=B8=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=20=EC=BF=BC?= =?UTF-8?q?=EB=A6=AC=20=EC=BD=94=EB=93=9C=EC=99=80=20=EB=8F=99=EC=9D=BC?= =?UTF-8?q?=ED=95=98=EA=B2=8C=EA=B8=88=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/ordersendcost.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shop/ordersendcost.php b/shop/ordersendcost.php index 174020ffd..71643bbd2 100644 --- a/shop/ordersendcost.php +++ b/shop/ordersendcost.php @@ -8,8 +8,8 @@ if(!$code) $sql = " select sc_id, sc_price from {$g5['g5_shop_sendcost_table']} - where sc_zip1 <= $code - and sc_zip2 >= $code "; + where sc_zip1 <= '$code' + and sc_zip2 >= '$code' "; $row = sql_fetch($sql); if(!$row['sc_id'])