From 395bc4a8487139d7badbe6082472fa2de6187c25 Mon Sep 17 00:00:00 2001 From: whitedot Date: Wed, 22 May 2013 13:41:04 +0900 Subject: [PATCH] =?UTF-8?q?echo=20=EC=95=88=EC=9D=98=20=EB=94=B0=EC=98=B4?= =?UTF-8?q?=ED=91=9C=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/common.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 84bf7196d..cfbf29a1c 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -1008,7 +1008,7 @@ function get_sideview($mb_id, $name='', $email='', $homepage='') if(!$bo_table) return $name; - $tmp_name = "$name"; + $tmp_name = ''.$name.''; $title_mb_id = '[비회원]'; }