From 85c0d21e284c4b9e7573953827c0b1f1b3c35978 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Wed, 27 Dec 2023 11:33:33 +0100 Subject: [PATCH] Fixed headers and output --- include/memberlistdownload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/memberlistdownload.php b/include/memberlistdownload.php index 683e26a..beff06b 100644 --- a/include/memberlistdownload.php +++ b/include/memberlistdownload.php @@ -48,8 +48,8 @@ queryend; 'birthdate' => $this->decode($row['birthdate'], $row['salt']), 'phone' => $this->decode($row['phone'], $row['salt']), 'email' => $this->decode($row['email'], $row['salt']), - 'child_name' => $this->decode($row['child_name'], $row['salt']), - 'child_street' => $this->decode($row['child_street'], $row['salt']), +// 'child_name' => $this->decode($row['child_name'], $row['salt']), +// 'child_street' => $this->decode($row['child_street'], $row['salt']), 'subscription' => $this->decode($row['subscription'], $row['salt']), 'iban' => $this->decode($row['iban'], $row['salt']), 'bank_name' => $this->decode($row['bank_name'], $row['salt']),