영카트 5.4 버전 내용 적용
This commit is contained in:
@ -58,9 +58,9 @@ function itemuse_page($write_pages, $cur_page, $total_page, $url, $add="")
|
||||
return "";
|
||||
}
|
||||
|
||||
$itemuse_list = "./itemuselist.php";
|
||||
$itemuse_form = "./itemuseform.php?it_id=".$it_id;
|
||||
$itemuse_formupdate = "./itemuseformupdate.php?it_id=".$it_id;
|
||||
$itemuse_list = G5_SHOP_URL."/itemuselist.php";
|
||||
$itemuse_form = G5_SHOP_URL."/itemuseform.php?it_id=".$it_id;
|
||||
$itemuse_formupdate = G5_SHOP_URL."/itemuseformupdate.php?it_id=".$it_id;
|
||||
|
||||
$sql_common = " from `{$g5['g5_shop_item_use_table']}` where it_id = '{$it_id}' and is_confirm = '1' ";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user