From ec7aafa1ffb7317a56e08ff8262d34c5a2f827fa Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Jul 2018 09:28:10 +0900 Subject: [PATCH] =?UTF-8?q?history=20=EB=B0=9B=EC=95=84=EC=98=A4=EB=8A=94?= =?UTF-8?q?=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/a_history.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/a_history.php b/hwe/a_history.php index 0e594d21..c79c649a 100644 --- a/hwe/a_history.php +++ b/hwe/a_history.php @@ -46,7 +46,7 @@ $s = $s_year * 12 + $s_month; $e = $e_year * 12 + $e_month; if($serverID !== UniqueConst::$serverID){ - $mapTheme = $db->queryFirstColumn('SELECT map FROM ng_games WHERE server_id=%s', $serverID)??'che'; + $mapTheme = $db->queryFirstColumn('SELECT map FROM ng_games WHERE server_id=%s', $serverID)?:'che'; } else{ $mapTheme = $admin['map_theme']??'che';