shop 테이블명 g5_shop 으로 변경
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
include_once('./_common.php');
|
||||
|
||||
$sql = " select *
|
||||
from {$g5['shop_category_table']}
|
||||
from {$g5['g5_shop_category_table']}
|
||||
where ca_id = '$ca_id'
|
||||
and ca_use = '1' ";
|
||||
$ca = sql_fetch($sql);
|
||||
|
||||
Reference in New Issue
Block a user