From 16fc3561cfdeadcde75da7edadf44ba1634bad64 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Wed, 22 May 2013 13:37:55 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=9A=8C=EC=9B=90=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=EC=9D=B4=20=EB=82=98=EC=98=A4=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8A=94=20=EC=98=A4=EB=A5=98=EB=A5=BC=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 84bf7196d..d72730f76 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -997,7 +997,9 @@ function get_sideview($mb_id, $name='', $email='', $homepage='') if ($config['cf_use_member_icon'] == 2) // 회원아이콘+이름 $tmp_name = $tmp_name.' '.$name; - } + } else { + $tmp_name = $tmp_name." ".$name; + } } else { $tmp_name = $tmp_name.' '.$name; }