분류관리에서 잘못된 코드 수정

This commit is contained in:
thisgun
2019-02-01 17:32:31 +09:00
parent 0e41b248f3
commit f121c8e708

View File

@ -20,7 +20,7 @@ if ($stx != "") {
$sql_common = " from {$g5['g5_shop_category_table']} ";
if ($is_admin != 'super')
$sql_common .= " $where ca_mb_id = '{$member['mb_id']}' ";
$sql_search .= " $where ca_mb_id = '{$member['mb_id']}' ";
$sql_common .= $sql_search;