From d32925eefcb2a4faf7177dca6ce063e5428570b0 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Wed, 13 Mar 2024 14:03:07 -0400 Subject: [PATCH] Tidy --- post/event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post/event.php b/post/event.php index 2955a31c..aa729f8d 100644 --- a/post/event.php +++ b/post/event.php @@ -74,7 +74,7 @@ if (isset($_POST['add_event'])) { 'subject' => $subject, 'body' => $body ] - ]; + ]; $mail = addToMailQueue($mysqli, $data); // Logging for email (success/fail)