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