From e73511e9a172e086b80af6189958d7ac6ac79d5d Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 11 Jun 2013 15:59:43 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=9A=8C=EC=9B=90=20=EC=9E=A5?= =?UTF-8?q?=EB=B0=94=EA=B5=AC=EB=8B=88=20=EA=B4=80=EB=A0=A8=20=EC=BD=94?= =?UTF-8?q?=EB=93=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/cart.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/shop/cart.php b/shop/cart.php index dddf11f44..37856bfcd 100644 --- a/shop/cart.php +++ b/shop/cart.php @@ -5,7 +5,6 @@ include_once('./_common.php'); set_unique_id($sw_direct); // 회원일 경우 자신의 장바구니 상품 uq_id 값을 변경 -/* if($is_member && $sw_direct != 1) { $tmp_uq_id = get_session('ss_uq_id'); if(!$tmp_uq_id) { @@ -22,7 +21,6 @@ if($is_member && $sw_direct != 1) { and ct_time > '$ctime' "; sql_query($sql); } -*/ if (G4_IS_MOBILE) { include_once(G4_MSHOP_PATH.'/cart.php');