From b135572e143a128b018387d0504247cd38998e63 Mon Sep 17 00:00:00 2001 From: whitedot Date: Mon, 6 May 2013 21:16:24 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20#140=20=EC=83=81?= =?UTF-8?q?=ED=92=88=EC=A3=BC=EB=AC=B8=20=EC=9E=A5=EB=B0=94=EA=B5=AC?= =?UTF-8?q?=EB=8B=88=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=A7=81=ED=81=AC=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/cartsub.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shop/cartsub.inc.php b/shop/cartsub.inc.php index f94cc8343..532fb2cf1 100644 --- a/shop/cartsub.inc.php +++ b/shop/cartsub.inc.php @@ -94,7 +94,7 @@ for ($i=0; $row=mysql_fetch_array($result); $i++) if ($s_page == 'cart.php' || $s_page == 'orderinquiryview.php') { // 링크를 붙이고 $a1 = ''; $a2 = ''; - $image = get_it_image($row['it_id'].'_s', 70, 70, $row['it_id']); + $image = get_it_image($row['it_id'].'_s', 70, 70, ''); } else { // 붙이지 않고 $a1 = ''; $a2 = '';