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
@@ -198,7 +198,7 @@ switch ($admin['tnmt_type']) {
if ($str2) {
$str2 = ', ' . $str2;
}
$str3 = getTournamentTerm();
$str3 = getTournamentTermText();
if ($str3) {
$str3 = ', ' . $str3;
}