From 0de786d2ea9426a4ec859eb346ca7b71f0db36b8 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Jul 2018 09:28:53 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BF=BC=EB=A6=AC=20=EB=B0=9B=EC=95=84?= =?UTF-8?q?=EC=98=A4=EB=8A=94=20=EA=B2=83=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 c79c649a..186a9045 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->queryFirstField('SELECT map FROM ng_games WHERE server_id=%s', $serverID)?:'che'; } else{ $mapTheme = $admin['map_theme']??'che';