관련상품 출력설정 적용되도록 수정

This commit is contained in:
chicpro
2015-01-22 17:21:34 +09:00
parent d8a2bccf6f
commit 2a3a884ac2
3 changed files with 10 additions and 6 deletions

View File

@ -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