Comment client_name as not returned in sql query. Comment client_id as we already have it

This commit is contained in:
Marcus Hill 2022-03-13 10:54:55 +00:00
parent 5b274b09e6
commit 81e67f4ed3
1 changed files with 2 additions and 2 deletions

View File

@ -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'];
?>