From a51304bd8e137f6117cd60d4d17e2c8c0449d06d Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 11 Apr 2013 17:55:04 +0900 Subject: [PATCH] =?UTF-8?q?get=5Fit=5Fimage=20alt=20=EC=B2=98=EB=A6=AC?= =?UTF-8?q?=EB=A5=BC=20=EC=9C=84=ED=95=9C=20#62=20=EC=9E=91=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/shop.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shop.lib.php b/lib/shop.lib.php index be841ffdd..1613edafb 100644 --- a/lib/shop.lib.php +++ b/lib/shop.lib.php @@ -49,7 +49,7 @@ function get_it_image($img, $width=0, $height=0, $id="") { $str = get_image($img, $width, $height); if ($id) { - $str = "$str"; + $str = ''.$str.''; } return $str; }