fixed from error

This commit is contained in:
Torsten Schulz
2023-12-28 17:37:53 +01:00
parent 0208b81f11
commit e0e8f77e9f
3 changed files with 6 additions and 2 deletions

View File

@@ -542,8 +542,6 @@ class Renderer {
}
protected function getMemberList(bool $withId = false): array {
error_reporting(E_ALL);
ini_set('display_errors', 1);
$query = <<<queryend
SELECT c.id, c.first_name, c.last_name , c.street , c.zip , c.town, c.birthdate, c.phone, c.email, c.child_name,
c.child_street, c.subscription, c.bank_name, c.iban, c.bic, c.account_member_name, c.membership_status, c.salt, c.membership_start,