분류관리에서 잘못된 코드 수정
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user