From aa1ed0378488c5c85dd25514d47170b982bfbe53 Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 13 May 2013 18:04:53 +0900 Subject: [PATCH] =?UTF-8?q?goto=5Furl=20=EA=B2=BD=EB=A1=9C=EC=97=90?= =?UTF-8?q?=EC=84=9C=20$ca=5Fid=EB=A5=BC=20ca=5Fid=EB=A1=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/item_copy_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm/shop_admin/item_copy_update.php b/adm/shop_admin/item_copy_update.php index 05cfabc14..260177d71 100644 --- a/adm/shop_admin/item_copy_update.php +++ b/adm/shop_admin/item_copy_update.php @@ -60,7 +60,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { sql_query($sql); } -$qstr = "$ca_id=$ca_id&sfl=$sfl&sca=$sca&page=$page&stx=".urlencode($stx)."&save_stx=".urlencode($save_stx); +$qstr = "ca_id=$ca_id&sfl=$sfl&sca=$sca&page=$page&stx=".urlencode($stx)."&save_stx=".urlencode($save_stx); goto_url("itemlist.php?$qstr"); ?> \ No newline at end of file