Update view_log.php
This commit is contained in:
@@ -205,7 +205,7 @@ $conn->close();
|
|||||||
$logtext = "%" . $logtext . "%";
|
$logtext = "%" . $logtext . "%";
|
||||||
$machine_id = "%" . $machine_id . "%";
|
$machine_id = "%" . $machine_id . "%";
|
||||||
$time = "%" . $time . "%";
|
$time = "%" . $time . "%";
|
||||||
$stmt->bind_param("ssssii", $machine_location, $loglevel, $logtext, $machine_id, $time, $offset, $page_size);
|
$stmt->bind_param("sssssii", $machine_location, $loglevel, $logtext, $machine_id, $time, $offset, $page_size);
|
||||||
$stmt->execute();
|
$stmt->execute();
|
||||||
$result = $stmt->get_result();
|
$result = $stmt->get_result();
|
||||||
if($current_page==1){
|
if($current_page==1){
|
||||||
|
|||||||
Reference in New Issue
Block a user