From 2032fe43d4c1957e10d7583f8076fce7a0525ddf Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 8 Jun 2024 16:20:28 -0400 Subject: [PATCH] Added Bulk Delete to Archived Contacts --- client_contacts.php | 5 +++++ client_locations.php | 13 +++++------ post/contact.php | 51 ++++++++++++++++++++++++++++++++++++++++++-- 3 files changed, 61 insertions(+), 8 deletions(-) diff --git a/client_contacts.php b/client_contacts.php index cd17c53b..ec7306d0 100644 --- a/client_contacts.php +++ b/client_contacts.php @@ -163,6 +163,11 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); type="submit" form="bulkActions" name="bulk_unarchive_contacts"> Unarchive + +