From 57a94e4a7d78b7d55079df99b2c228cf004af538 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 16 Oct 2019 02:34:46 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=B0=EA=B0=90=20=EB=B2=84=EA=B7=B8=20?= =?UTF-8?q?=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, 2 insertions(+) diff --git a/hwe/a_history.php b/hwe/a_history.php index 41813ea4..c0c43f83 100644 --- a/hwe/a_history.php +++ b/hwe/a_history.php @@ -86,6 +86,8 @@ if ($month <= 0) { $month += 12; } +$history = $db->queryFirstRow('SELECT log,genlog,nation,power,gen,city FROM history WHERE server_id = %s AND year = %i AND month = %i', $serverID, $year, $month); + ?>