From dc4d09496ae68714c7302a7c901be957e49b0b9d Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 4 Jun 2013 15:55:05 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=94=EB=A1=9C=EA=B5=AC=EB=A7=A4=20?= =?UTF-8?q?=EC=83=81=ED=92=88=EA=B9=8C=EC=A7=80=20uq=5Fid=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=ED=95=98=EB=8A=94=20=EC=98=A4=EB=A5=98=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 --- shop/cart.php | 1 + 1 file changed, 1 insertion(+) diff --git a/shop/cart.php b/shop/cart.php index ff87d8853..5f5408684 100644 --- a/shop/cart.php +++ b/shop/cart.php @@ -17,6 +17,7 @@ if($is_member) { set uq_id = '$tmp_uq_id' where mb_id = '{$member['mb_id']}' and ct_status = '쇼핑' + and ct_direct = '0' and ct_time > '$ctime' "; sql_query($sql); }