diff --git a/lib/common.lib.php b/lib/common.lib.php index b5bc48bfc..f18bd6476 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -987,6 +987,9 @@ function get_sideview($mb_id, $name='', $email='', $homepage='') $title_mb_id = '['.$mb_id.']'; } else { + if(!$bo_table) + return $name; + $tmp_name = "$name"; $title_mb_id = '[비회원]'; }