g4를 g5로 변경
This commit is contained in:
@ -6,7 +6,7 @@ $opt_id = $_POST['opt_id'];
|
||||
$idx = $_POST['idx'];
|
||||
$sel_count = $_POST['sel_count'];
|
||||
|
||||
$sql = " select * from {$g4['shop_item_option_table']}
|
||||
$sql = " select * from {$g5['shop_item_option_table']}
|
||||
where io_type = '0'
|
||||
and it_id = '$it_id'
|
||||
and io_use = '1'
|
||||
|
||||
Reference in New Issue
Block a user