From 95a8fd54953ae2c4d686ee548b54af2394bef37a Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 17 Apr 2018 02:14:38 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=A0=EB=84=88=EB=A8=BC=ED=8A=B8=20?= =?UTF-8?q?=ED=91=9C=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/func_tournament.php | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/func_tournament.php b/hwe/func_tournament.php index 08510715..3f794ee2 100644 --- a/hwe/func_tournament.php +++ b/hwe/func_tournament.php @@ -117,6 +117,7 @@ function getTournamentTerm() { $admin = MYDB_fetch_array($result); switch($admin['tnmt_auto']) { + case 0: $str = '설정 안됨'; break; case 1: $str = "경기당 12분"; break; case 2: $str = "경기당 7분"; break; case 3: $str = "경기당 3분"; break;