From 76a57608618fd7065650551c994099964ca5d247 Mon Sep 17 00:00:00 2001 From: Janis Steiner <89935073+jakani24@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:23:06 +0000 Subject: [PATCH] Update print.php --- sys0-code/app/print.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))