현재까지 작업 분량 반영

This commit is contained in:
2018-05-20 02:23:44 +09:00
parent fab0495a39
commit af9df325f0
13 changed files with 15 additions and 45 deletions
+1 -3
View File
@@ -13,9 +13,7 @@ function processWar($general, $city) {
$date = substr($general['turntime'],11,5);
$query = "select * from game limit 1";
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect),"");
$game_env = MYDB_fetch_array($result);
$game_env = $gameStor->getAll();
$year = $game_env['year'];
$month = $game_env['month'];