From 81e67f4ed3c72845b3f900507d1cddd51ce9640d Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Sun, 13 Mar 2022 10:54:55 +0000 Subject: [PATCH] Comment client_name as not returned in sql query. Comment client_id as we already have it --- client_overview.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client_overview.php b/client_overview.php index e0f655f6..6986faf4 100644 --- a/client_overview.php +++ b/client_overview.php @@ -61,8 +61,8 @@ $sql_tickets_stale = mysqli_query($mysqli,"SELECT * FROM tickets $contact_extension = $row['contact_extension']; $contact_mobile = formatPhoneNumber($row['contact_mobile']); $contact_email = $row['contact_email']; - $client_id = $row['client_id']; - $client_name = $row['client_name']; + //$client_id = $row['client_id']; + //$client_name = $row['client_name']; $department_name = $row['department_name']; ?>