fix
This commit is contained in:
parent
148805fb7d
commit
a5821ee112
@ -152,7 +152,7 @@ class HangController{
|
|||||||
$number = $i;
|
$number = $i;
|
||||||
$item_multiply = $this->getExplode($season['reward']);
|
$item_multiply = $this->getExplode($season['reward']);
|
||||||
for($ii = 1; $ii <= count($item_multiply); $ii++) {
|
for($ii = 1; $ii <= count($item_multiply); $ii++) {
|
||||||
$rowpass = $conn->execQueryOne('SELECT active_status, honor_status ' .
|
$rowpass = $conn->execQueryOne('SELECT active_status, honor_status, season_passport ' .
|
||||||
' FROM passinfo WHERE accountid=:accountid AND passid=:passid;',
|
' FROM passinfo WHERE accountid=:accountid AND passid=:passid;',
|
||||||
array(
|
array(
|
||||||
':accountid' => $account_id,
|
':accountid' => $account_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user