1
This commit is contained in:
parent
7051c81258
commit
6e0d643978
@ -430,7 +430,7 @@ class RoleController{
|
|||||||
':accountid' => $account_id
|
':accountid' => $account_id
|
||||||
));
|
));
|
||||||
if ($rowCount != 0) {
|
if ($rowCount != 0) {
|
||||||
$rows = $conn->execQuery('SELECT * FROM history_record WHERE accountid=:account_id;',
|
$rows = $conn->execQuery('SELECT * FROM history_record WHERE accountid=:account_id order by game_time desc limit 0,10;',
|
||||||
array(
|
array(
|
||||||
':account_id' => $account_id
|
':account_id' => $account_id
|
||||||
));
|
));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user