From 8ec4c661600b7e2e47932f611e961829ed107449 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 3 May 2013 16:51:44 +0900 Subject: [PATCH] =?UTF-8?q?=EC=82=AC=EC=9D=B4=EB=93=9C=EB=B7=B0=20?= =?UTF-8?q?=EC=9C=A0=ED=9A=A8=EC=84=B1=20=EC=B2=B4=ED=81=AC=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/common.lib.php b/lib/common.lib.php index 71c9c08c9..ff0ad1eff 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -1004,7 +1004,7 @@ function get_sideview($mb_id, $name='', $email='', $homepage='') if(!$bo_table) return $name; - $tmp_name = "$name"; + $tmp_name = "$name"; $title_mb_id = '[비회원]'; } @@ -1029,7 +1029,7 @@ function get_sideview($mb_id, $name='', $email='', $homepage='') if($mb_id) $str2 .= "아이디로 검색\n"; else - $str2 .= "이름으로 검색\n"; + $str2 .= "이름으로 검색\n"; } if($mb_id) $str2 .= "전체게시물\n"; @@ -1967,7 +1967,7 @@ function html_end() $stylesheet .= $link; $buffer = preg_replace('#'.$link.'#', '', $buffer); } - /* + /* 밑으로 스킨의 스타일시트가 위치하도록 하게 한다. @@ -1979,7 +1979,7 @@ function html_end() // 휴대폰번호의 숫자만 취한 후 중간에 하이픈(-)을 넣는다. function hyphen_hp_number($hp) { - $hp = preg_replace("/[^0-9]/", "", $hp); + $hp = preg_replace("/[^0-9]/", "", $hp); return preg_replace("/([0-9]{3})([0-9]{3,4})([0-9]{4})$/", "\\1-\\2-\\3", $hp); }