game 테이블을 KVStorage로 일부 대체

This commit is contained in:
2018-05-13 01:26:44 +09:00
parent 9d6181ede1
commit 166eafe4ee
13 changed files with 67 additions and 98 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ $connect=$db->get();
increaseRefresh("연감", 2);
$admin = $gameStor->getValues(['startyear','year','month','conlimit']);
$admin = $gameStor->getValues(['startyear','year','month']);
$query = "select con,turntime from general where owner='{$userID}'";
$result = MYDB_query($query, $connect) or Error(__LINE__.MYDB_error($connect), "");