지도 수준을 없앰

This commit is contained in:
2018-04-18 22:57:38 +09:00
parent e701540d7f
commit 7fea0a41c6
7 changed files with 8 additions and 21 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if (!$userID) {
}
$me = $db->queryFirstRow(
'SELECT no,con,turntime,newmsg,newvote,map from general where owner = %i',
'SELECT no,con,turntime,newmsg,newvote from general where owner = %i',
$userID
);