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