shop 테이블명 g5_shop 으로 변경

This commit is contained in:
chicpro
2013-09-13 17:13:41 +09:00
parent 90ee89b4f5
commit fa4034cf82
10 changed files with 9 additions and 11 deletions

View File

@ -7,7 +7,7 @@ auth_check($auth[$sub_menu], "r");
$g5['title'] = '배송일괄처리';
include_once (G5_ADMIN_PATH.'/admin.head.php');
//sql_query(" update $g5[shop_cart_table] set ct_status = '완료' where ct_status = '배송' ");
//sql_query(" update {$g5['g5_shop_cart_table']} set ct_status = '완료' where ct_status = '배송' ");
// 배송회사리스트 ---------------------------------------------
$delivery_options = '<option value="">선택하세요</option>'.PHP_EOL;