diff --git a/mobile/shop/item.php b/mobile/shop/item.php index 89832de61..5a858a283 100644 --- a/mobile/shop/item.php +++ b/mobile/shop/item.php @@ -105,7 +105,7 @@ $sql = " select count(*) as cnt from `{$g5['g5_shop_item_qa_table']}` where it_i $row = sql_fetch($sql); $item_qa_count = $row['cnt']; -if ($default['de_rel_list_use']) { +if ($default['de_mobile_rel_list_use']) { // 관련상품의 개수를 얻음 $sql = " select count(*) as cnt from {$g5['g5_shop_item_relation_table']} a diff --git a/mobile/shop/iteminfo.php b/mobile/shop/iteminfo.php index f277e7f2a..155133c47 100644 --- a/mobile/shop/iteminfo.php +++ b/mobile/shop/iteminfo.php @@ -40,7 +40,7 @@ $sql = " select count(*) as cnt from `{$g5['g5_shop_item_qa_table']}` where it_i $row = sql_fetch($sql); $item_qa_count = $row['cnt']; -if ($default['de_rel_list_use']) { +if ($default['de_mobile_rel_list_use']) { // 관련상품의 개수를 얻음 $sql = " select count(*) as cnt from {$g5['g5_shop_item_relation_table']} a @@ -62,7 +62,7 @@ function pg_anchor($info) {