From 96116801b2589b779bef4938e8c1a0eb9cb620c6 Mon Sep 17 00:00:00 2001 From: wrongecho Date: Wed, 3 Dec 2025 15:43:55 +0000 Subject: [PATCH] Mail queue - minor comment syntax error --- cron/mail_queue.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cron/mail_queue.php b/cron/mail_queue.php index 759d1d72..b84be6a8 100644 --- a/cron/mail_queue.php +++ b/cron/mail_queue.php @@ -285,7 +285,8 @@ if (mysqli_num_rows($sql_queue) > 0) { /** ======================================================================= * RETRIES: status = 2 (Failed), attempts < 4, wait 30 min * NOTE: Backoff is `email_failed_at <= NOW() - INTERVAL 30 MINUTE` - * =======================================================================*/ + * ======================================================================= + */ $sql_failed_queue = mysqli_query( $mysqli, "SELECT * FROM email_queue