diff --git a/sys0-code/app/print.php b/sys0-code/app/print.php index 2b764ce..4e5a0ca 100644 --- a/sys0-code/app/print.php +++ b/sys0-code/app/print.php @@ -330,7 +330,7 @@ function is_time_between($startTime, $endTime, $checkTime) { if (is_time_between($row["time_from"], $row["time_to"], $time_now)) { $reservation_conflict = true; $for_class[]=$row["for_class"]; - break; + //break; } } if(!isset($for_class))