From 13ee094db455440e4e6bf1e3910b42e555972f31 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 19 Sep 2022 11:01:30 -0400 Subject: [PATCH] Fixed Client link under notifications to work with the new client routing --- notifications.php | 2 +- notifications_dismissed.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notifications.php b/notifications.php index 785d3485..e1dbc102 100644 --- a/notifications.php +++ b/notifications.php @@ -42,7 +42,7 @@ $sql = mysqli_query($mysqli,"SELECT * FROM notifications LEFT JOIN clients ON no if(empty($client_name)){ $client_name_display = "-"; }else{ - $client_name_display = "$client_name"; + $client_name_display = "$client_name"; } ?> diff --git a/notifications_dismissed.php b/notifications_dismissed.php index 54712bd9..7c80c875 100644 --- a/notifications_dismissed.php +++ b/notifications_dismissed.php @@ -99,7 +99,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"; } ?>