From f7df7811c0d856363675c24db599d587334780c6 Mon Sep 17 00:00:00 2001 From: Marcus Hill Date: Wed, 11 May 2022 20:45:54 +0100 Subject: [PATCH] Correct L207 ['client_archive_at'] to ['client_archiveD_at'] --- clients.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients.php b/clients.php index 8dbada0b..e68dbcb3 100644 --- a/clients.php +++ b/clients.php @@ -204,7 +204,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()")); $client_notes = $row['client_notes']; $client_created_at = $row['client_created_at']; $client_updated_at = $row['client_updated_at']; - $client_archive_at = $row['client_archive_at']; + $client_archive_at = $row['client_archived_at']; //Client Tags