Fix Bugs && Continue Opfer Page + API

This commit is contained in:
marc-go
2026-04-18 20:01:42 +02:00
parent f2bb74dd12
commit 1f5ada7bfa
15 changed files with 576 additions and 11 deletions

View File

@@ -17,6 +17,7 @@ $all_opfer = [];
if ($result) {
foreach ($result as $opfer_res) {
$opfer["id"] = $opfer_res["id"];
$opfer["name"] = $opfer_res["name"];
$opfer["mail"] = $opfer_res["mail"];
$opfer["number"] = $opfer_res["number"];