From f88ae7971e63ff7301a282a3146e771b9448bcc1 Mon Sep 17 00:00:00 2001 From: Janis Steiner <89935073+jakani24@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:08:33 +0000 Subject: [PATCH] Update reservations.php --- sys0-code/app/reservations.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys0-code/app/reservations.php b/sys0-code/app/reservations.php index 8d79049..1728867 100644 --- a/sys0-code/app/reservations.php +++ b/sys0-code/app/reservations.php @@ -101,14 +101,14 @@ if(isset($_GET["del"])){

Reservationen (Alte Reservationen werden automatisch gelöscht)

prepare($sql); $stmt->execute(); $result = $stmt->get_result(); 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
");