fixing bug where lookahead would not work for cloudprint
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user