From 2f164da41c8f3a2804555b2a4c0e03850f0238e5 Mon Sep 17 00:00:00 2001 From: chicpro Date: Wed, 16 Nov 2016 08:49:15 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=94=EB=93=9C=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/price/naver.php | 4 ++-- shop/price/naver_summary.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shop/price/naver.php b/shop/price/naver.php index b348bc55d..17303a5e8 100644 --- a/shop/price/naver.php +++ b/shop/price/naver.php @@ -49,8 +49,8 @@ for ($i=0; $row=sql_fetch_array($result); $i++) $caid1 = $caid2 = $caid3 = $caid4 = ''; $caid1 = substr($row['ca_id'],0,2); - $row2 = sql_fetch(" select ca_name from {$g5['g5_shop_category_table']} where ca_id = '$caid1' "); - $cate1 = $row2['ca_name']; + $row2 = sql_fetch(" select ca_name from {$g5['g5_shop_category_table']} where ca_id = '$caid1' "); + $cate1 = $row2['ca_name']; if (strlen($row['ca_id']) >= 8) { $caid4 = substr($row['ca_id'],0,8); diff --git a/shop/price/naver_summary.php b/shop/price/naver_summary.php index fa9f8d97e..72bcbfc23 100644 --- a/shop/price/naver_summary.php +++ b/shop/price/naver_summary.php @@ -49,7 +49,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) $caid1 = $caid2 = $caid3 = $caid4 = ''; $caid1 = substr($row['ca_id'],0,2); - $row2 = sql_fetch(" select ca_name from {$g5['g5_shop_category_table']} where ca_id = '$caid1' "); + $row2 = sql_fetch(" select ca_name from {$g5['g5_shop_category_table']} where ca_id = '$caid1' "); $cate1 = $row2['ca_name']; if (strlen($row['ca_id']) >= 8) {