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
");