From c91b4fb8d799440506c04ddc85f10b6fdc2c8318 Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 2 May 2013 21:08:37 +0900 Subject: [PATCH] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0:=20#90=20=EC=83=81?= =?UTF-8?q?=ED=92=88=20=EC=A7=84=EC=97=B4=20=EA=B4=80=EB=A0=A8=20=EC=83=81?= =?UTF-8?q?=ED=92=88=20=EC=95=88=EB=82=B4=20=EB=AC=B8=EA=B5=AC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/shop.lib.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/shop.lib.php b/lib/shop.lib.php index 4913c6cca..4eb5a9c21 100644 --- a/lib/shop.lib.php +++ b/lib/shop.lib.php @@ -680,8 +680,10 @@ function display_relation_item($it_id, $width, $height, $rows=3) $result = sql_query($sql); for($i=0; $row=sql_fetch_array($result); $i++) { - if($i == 0) + if($i == 0) { + $str .= '관련 상품 시작'; $str .= ''; + $str .= '관련 상품 끝'; return $str; }