Add Archive to Contacts hiding archived dropdowns in client area

This commit is contained in:
johnny@pittpc.com
2021-02-07 14:44:00 -05:00
parent 9b0d4d4e7e
commit d24df2f2db
7 changed files with 30 additions and 11 deletions

View File

@@ -100,6 +100,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
$location_photo = $row['location_photo'];
$location_notes = $row['location_notes'];
$location_primary = $row['location_primary'];
$location_created_at = $row['location_created_at'];
$contact_id = $row['contact_id'];
?>