index.php에 level 없는 버그
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ if (!$userID) {
|
||||
}
|
||||
|
||||
$me = $db->queryFirstRow(
|
||||
'SELECT no,con,turntime,newmsg,newvote from general where owner = %i',
|
||||
'SELECT no,con,turntime,newmsg,newvote,`level` from general where owner = %i',
|
||||
$userID
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user