From d4c04ae537b4776b7b2eebaa8e44eefe7ac30d90 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 2 Oct 2022 15:15:20 +0100 Subject: [PATCH] Update link to client page from client.php to client_overview.php --- logs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logs.php b/logs.php index 6b4c1fc9..be0973b4 100644 --- a/logs.php +++ b/logs.php @@ -154,7 +154,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); if(empty($client_name)){ $client_name_display = "-"; }else{ - $client_name_display = "$client_name"; + $client_name_display = "$client_name"; } ?>