feat: 메인 페이지에 토너먼트 개최기간 표기

This commit is contained in:
2022-02-05 07:43:27 +00:00
committed by Gitea
parent 3d966ec076
commit 7939dd0b44
4 changed files with 39 additions and 35 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ $str2 = getTournamentTime();
if ($str2) {
$str2 = ', ' . $str2;
}
$str3 = getTournamentTerm();
$str3 = getTournamentTermText();
if ($str3) {
$str3 = ', ' . $str3;
}