diff --git a/hwe/b_tournament.php b/hwe/b_tournament.php index 76241c7c..11cd5f66 100644 --- a/hwe/b_tournament.php +++ b/hwe/b_tournament.php @@ -177,11 +177,11 @@ if ($session->userGrade >= 5) { $str1 = getTournament($admin['tournament']); $str2 = getTournamentTime(); if($str2){ - $str2 = ', '+$str2; + $str2 = ', '.$str2; } $str3 = getTournamentTerm(); if($str3){ - $str3 = ', '+$str3; + $str3 = ', '.$str3; } ?> 운영자 메세지 :