From 766813a326abf1baa1d466d13c0aa8d173950cbe Mon Sep 17 00:00:00 2001 From: wrongecho Date: Thu, 5 Sep 2024 15:19:52 +0100 Subject: [PATCH] Portal - allow editing client contacts, few tweaks to header incl session notifications --- portal/portal_post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/portal_post.php b/portal/portal_post.php index 97e9e393..feb4e437 100644 --- a/portal/portal_post.php +++ b/portal/portal_post.php @@ -303,4 +303,4 @@ if (isset($_POST['edit_contact'])) { $_SESSION['alert_message'] = "Contact updated"; header('Location: contacts.php'); -} \ No newline at end of file +}