From 02f23e7db43e825a96974e6f5ebda05f9e316398 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Fri, 21 Jul 2023 13:09:45 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=86=A0=EB=84=88=EB=A8=BC=ED=8A=B8=20?= =?UTF-8?q?=EA=B2=BD=EA=B3=A0=20=ED=95=B4=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_tournament.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/b_tournament.php b/hwe/b_tournament.php index 461c18d1..bbed0727 100644 --- a/hwe/b_tournament.php +++ b/hwe/b_tournament.php @@ -18,7 +18,7 @@ $me = $db->queryFirstRow( 'SELECT no,tournament,refresh_score,turntime from `general` LEFT JOIN general_access_log AS l ON `general`.no = l.general_id where owner=%i', $userID ); - +$generalID = $me['no']; $admin = $gameStor->getValues(['tournament', 'phase', 'turnterm', 'tnmt_msg', 'tnmt_type', 'develcost', 'tnmt_trig']); $turnTerm = $admin['turnterm'];