From 46d75abfed398c750d8d42a4c9f55f4a283096b6 Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 21 Nov 2013 16:59:42 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EB=B9=84?= =?UTF-8?q?=EB=B0=80=EA=B8=80=20=EC=95=84=EC=9D=B4=EC=BD=98=20=EA=B2=BD?= =?UTF-8?q?=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 --- mobile/skin/shop/basic/itemqa.skin.php | 2 +- mobile/skin/shop/basic/itemqalist.skin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/skin/shop/basic/itemqa.skin.php b/mobile/skin/shop/basic/itemqa.skin.php index 4cee17de9..9417f9723 100644 --- a/mobile/skin/shop/basic/itemqa.skin.php +++ b/mobile/skin/shop/basic/itemqa.skin.php @@ -20,7 +20,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 $is_secret = false; if($row['iq_secret']) { - $iq_subject .= ' '; + $iq_subject .= ' '; if($is_admin || $member['mb_id' ] == $row['mb_id']) { $iq_question = get_view_thumbnail($row['iq_question'], $thumbnail_width); diff --git a/mobile/skin/shop/basic/itemqalist.skin.php b/mobile/skin/shop/basic/itemqalist.skin.php index bd5c1a0e5..34904c8e3 100644 --- a/mobile/skin/shop/basic/itemqalist.skin.php +++ b/mobile/skin/shop/basic/itemqalist.skin.php @@ -40,7 +40,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 $is_secret = false; if($row['iq_secret']) { - $iq_subject .= ' '; + $iq_subject .= ' '; if($is_admin || $member['mb_id' ] == $row['mb_id']) { $iq_question = get_view_thumbnail($row['iq_question'], $thumbnail_width);