From 6dbb9610fe0a60f1b7717c5c1f555706b7161ea7 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 1 Feb 2013 14:48:22 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=81=ED=81=AC=20=ED=81=B4=EB=A6=AD?= =?UTF-8?q?=EC=8B=9C=20=EC=9E=91=EB=8F=99=ED=95=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20return=20false;=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 16ae5d1dd..fb359ac74 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -958,7 +958,7 @@ function get_sideview($mb_id, $name='', $email='', $homepage='') $tmp_name = ""; if ($mb_id) { - $tmp_name = "$name"; + $tmp_name = "$name"; if ($config['cf_use_member_icon']) { $mb_dir = substr($mb_id,0,2); @@ -971,13 +971,13 @@ function get_sideview($mb_id, $name='', $email='', $homepage='') $tmp_name = ''; if ($config['cf_use_member_icon'] == 2) // 회원아이콘+이름 - $tmp_name = $tmp_name . " $name"; + $tmp_name = $tmp_name . " $name"; } } $title_mb_id = '['.$mb_id.']'; } else { - $tmp_name = "$name"; + $tmp_name = "$name"; $title_mb_id = '[비회원]'; }