토너먼트 문자열 버그 수정

This commit is contained in:
2018-04-28 02:36:59 +09:00
parent 0488ebf071
commit 7cbe383a8a
+2 -2
View File
@@ -38,11 +38,11 @@ case 3: $tnmt_type = "<font color=cyan>설전</font>"; $tp = "itl"; $tp2 = "
$str1 = getTournament($admin['tournament']);
$str2 = getTournamentTime();
if($str2){
$str2 = ', '+$str2;
$str2 = ', '.$str2;
}
$str3 = getTournamentTerm();
if($str3){
$str3 = ', '+$str3;
$str3 = ', '.$str3;
}
?>