Fixed headers and output

This commit is contained in:
Torsten Schulz
2023-12-27 11:33:33 +01:00
parent 5c75e470fe
commit 85c0d21e28

View File

@@ -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']),