1
This commit is contained in:
parent
7e1619290b
commit
259d58555e
@ -44,17 +44,7 @@ class SignController{
|
||||
array(
|
||||
':accountid' => $account_id
|
||||
));
|
||||
if (!$row1) {
|
||||
$ret = $conn->execScript('INSERT INTO user(accountid, rank, game_times, win_times, kills, harm, add_HP, alive_time, coin_num, integral, kill_his, alive_time_his, harm_his, add_HP_his) ' .
|
||||
' VALUES(:accountid, 0, 0, 0, 0, 0, 0, 0, 100000, 0, 0, 0, 0, 0);',
|
||||
array(
|
||||
':accountid' => $account_id
|
||||
));
|
||||
if (!$ret) {
|
||||
die();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
$row = $conn->execQueryOne('SELECT * FROM sign WHERE accountid=:accountid;',
|
||||
array(
|
||||
':accountid' => $account_id
|
||||
|
Loading…
x
Reference in New Issue
Block a user