mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 00:04:50 +00:00
This should link to the client log page, not overview
This commit is contained in:
2
logs.php
2
logs.php
@@ -154,7 +154,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
|
|||||||
if(empty($client_name)){
|
if(empty($client_name)){
|
||||||
$client_name_display = "-";
|
$client_name_display = "-";
|
||||||
}else{
|
}else{
|
||||||
$client_name_display = "<a href='client_overview.php?client_id=$client_id&tab=logs'>$client_name</a>";
|
$client_name_display = "<a href='client_logs.php?client_id=$client_id&tab=logs'>$client_name</a>";
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user