From e7d033f1d5d454656f6c80833128c764c8617990 Mon Sep 17 00:00:00 2001 From: Janis Steiner <89935073+jakani24@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:07:44 +0000 Subject: [PATCH] Update reservations.php --- sys0-code/app/reservations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys0-code/app/reservations.php b/sys0-code/app/reservations.php index 671619c..8d79049 100644 --- a/sys0-code/app/reservations.php +++ b/sys0-code/app/reservations.php @@ -108,7 +108,7 @@ if(isset($_GET["del"])){ echo(""); echo(""); while($row = $result->fetch_assoc()) { - echo(""); + echo(""); } echo("
Zeit vonZeit bisDatumKlasseReservation löschen
".$row["time_from"]."".$row["time_to"]."".$row["day"]."".$row["name"]."Löschen
".$row["time_from"]."".$row["time_to"]."".$row["day"]."".$row["name"]."Löschen
");