1
This commit is contained in:
parent
9e5dcd3aeb
commit
53cbbcfeb4
@ -418,7 +418,7 @@ class TankController{
|
||||
}
|
||||
$tank_id = $_REQUEST['tank_id'];
|
||||
$free = $_REQUEST['free'];
|
||||
$row = $conn->execQueryOne('SELECT tank_level, fragment_num, fragment_id FROM tank WHERE accountid=:account_id AND tank_id=:tank_id;',
|
||||
$row = $conn->execQueryOne('SELECT tank_level, fragment_num, fragment_id FROM tank WHERE accountid=:account_id AND tank_id=:tank_id;',
|
||||
array(
|
||||
':account_id' => $account_id,
|
||||
':tank_id' => $tank_id
|
||||
|
Loading…
x
Reference in New Issue
Block a user