This commit is contained in:
jakani24
2024-04-27 13:09:35 +02:00
parent 1daccbab2d
commit 80f234355e
2 changed files with 11 additions and 6 deletions

View File

@@ -204,6 +204,7 @@ $conn->close();
$loglevel = "%" . $loglevel . "%";
$logtext = "%" . $logtext . "%";
$machine_id = "%" . $machine_id . "%";
$machine_location = "%" . $machine_location . "%";
$time = "%" . $time . "%";
$stmt->bind_param("sssssii", $machine_location, $loglevel, $logtext, $machine_id, $time, $offset, $page_size);
$stmt->execute();