From 76bfcd4fa834d15d262c3d058fd3e2555a5cb250 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 28 Apr 2018 02:37:47 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=A0=ED=8C=85=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_tournament.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } ?> 운영자 메세지 :