From a51735e00ddf29bead8ea199ffa91d1234792320 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 22 May 2013 14:11:10 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=9A=8C=EC=9B=90=EC=9D=B4=EB=82=98?= =?UTF-8?q?=20=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=82=AC=EC=9A=A9=EC=95=88?= =?UTF-8?q?=ED=95=A8=EC=8B=9C=20=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B7=B0?= =?UTF-8?q?=EC=97=90=20=EC=9D=B4=EB=A6=84=EC=9D=B4=20=EB=82=98=EC=98=A4?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= 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 6d2c9fd64..2114c3928 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -998,10 +998,10 @@ 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; + $tmp_name = $tmp_name.' '.$name; } - } else { - $tmp_name = $tmp_name.' '.$name; + } else { + $tmp_name = $tmp_name.' '.$name; } $tmp_name .= '';