forgot the w in row

This commit is contained in:
johnnyq 2021-08-28 13:17:59 -04:00
parent c384db93d4
commit c01794ea7c
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
}else{
$ticket_assigned_to_display = $row['user_name'];
}
$contact_id = $ow['contact_id'];
$contact_id = $row['contact_id'];
$contact_name = $row['contact_name'];
$contact_title = $row['contact_title'];
$contact_email = $row['contact_email'];