From 1ce229537fadf9ab6fdb97eea8e953f14a59d88f Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 29 Jan 2013 15:34:38 +0900 Subject: [PATCH] =?UTF-8?q?it=5Fname=5Ficon=20=ED=95=A8=EC=88=98=20G4=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/shop.lib.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/shop.lib.php b/lib/shop.lib.php index e06d6785c..e0dad79a5 100644 --- a/lib/shop.lib.php +++ b/lib/shop.lib.php @@ -737,16 +737,16 @@ function it_name_icon($it, $it_name="", $url=1) if ($url) $str = "$str"; - if ($it[it_type1]) $str .= " "; - if ($it[it_type2]) $str .= " "; - if ($it[it_type3]) $str .= " "; - if ($it[it_type4]) $str .= " "; - if ($it[it_type5]) $str .= " "; + if ($it[it_type1]) $str .= " "; + if ($it[it_type2]) $str .= " "; + if ($it[it_type3]) $str .= " "; + if ($it[it_type4]) $str .= " "; + if ($it[it_type5]) $str .= " "; // 품절 $stock = get_it_stock_qty($it[it_id]); if ($stock <= 0) - $str .= " "; + $str .= " "; return $str; }