general table의 no_member를 의미에 더 맞도록 owner로 변경.
general table의 user_id, password column 삭제. 코드도 이를 참조하지 않고 owner를 이용하도록 변경
This commit is contained in:
@@ -94,7 +94,7 @@ function commandButton() {
|
||||
}
|
||||
$db = getDB();
|
||||
|
||||
$me = $db->queryFirstRow("select skin,no,nation,level,belong from general where user_id=%i", $generalID);
|
||||
$me = $db->queryFirstRow("select skin,no,nation,level,belong from general where no=%i", $generalID);
|
||||
|
||||
$nation = $db->queryFirstRow("select nation,color,secretlimit from nation where nation=%i",$me['nation']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user