Update print.php

This commit is contained in:
Janis Steiner
2024-06-27 14:23:06 +00:00
committed by GitHub
parent 8d84145420
commit 76a5760861

View File

@@ -330,7 +330,7 @@ function is_time_between($startTime, $endTime, $checkTime) {
if (is_time_between($row["time_from"], $row["time_to"], $time_now)) { if (is_time_between($row["time_from"], $row["time_to"], $time_now)) {
$reservation_conflict = true; $reservation_conflict = true;
$for_class[]=$row["for_class"]; $for_class[]=$row["for_class"];
break; //break;
} }
} }
if(!isset($for_class)) if(!isset($for_class))