fixing bug where lookahead would not work for cloudprint

This commit is contained in:
Janis Steiner
2024-10-28 15:07:26 +00:00
parent 5bc68a502c
commit 10640917a0

View File

@@ -354,7 +354,7 @@ function time_to_seconds($print_time) {
mysqli_stmt_close($stmt);
echo("<center><div style='width:50%' class='alert alert-success' role='alert'>Datei wird an den 3D-Drucker gesendet...</div></center>");
$printing_time=find_print_time($path);
$print_time=find_print_time($path);
date_default_timezone_set('Europe/Zurich');
$reservation_conflict = false;
$today = date("Y-m-d");