Fixed headers and output
This commit is contained in:
@@ -48,8 +48,8 @@ queryend;
|
|||||||
'birthdate' => $this->decode($row['birthdate'], $row['salt']),
|
'birthdate' => $this->decode($row['birthdate'], $row['salt']),
|
||||||
'phone' => $this->decode($row['phone'], $row['salt']),
|
'phone' => $this->decode($row['phone'], $row['salt']),
|
||||||
'email' => $this->decode($row['email'], $row['salt']),
|
'email' => $this->decode($row['email'], $row['salt']),
|
||||||
'child_name' => $this->decode($row['child_name'], $row['salt']),
|
// 'child_name' => $this->decode($row['child_name'], $row['salt']),
|
||||||
'child_street' => $this->decode($row['child_street'], $row['salt']),
|
// 'child_street' => $this->decode($row['child_street'], $row['salt']),
|
||||||
'subscription' => $this->decode($row['subscription'], $row['salt']),
|
'subscription' => $this->decode($row['subscription'], $row['salt']),
|
||||||
'iban' => $this->decode($row['iban'], $row['salt']),
|
'iban' => $this->decode($row['iban'], $row['salt']),
|
||||||
'bank_name' => $this->decode($row['bank_name'], $row['salt']),
|
'bank_name' => $this->decode($row['bank_name'], $row['salt']),
|
||||||
|
|||||||
Reference in New Issue
Block a user