경로 및 전체테이블명 변경
This commit is contained in:
@ -4,7 +4,7 @@ include_once("./_common.php");
|
||||
|
||||
auth_check($auth[$sub_menu], "d");
|
||||
|
||||
$sql = " delete from {$g4['yc4_sendcost_table']} where sc_no = '$sc_no' ";
|
||||
$sql = " delete from {$g4['shop_sendcost_table']} where sc_no = '$sc_no' ";
|
||||
sql_query($sql);
|
||||
|
||||
goto_url("./sendcostlist.php");
|
||||
|
||||
Reference in New Issue
Block a user