From d1b3ffd81c1c52d47e03931b44ce8d406e43add5 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Mon, 23 Jun 2025 16:11:01 +0200 Subject: [PATCH] FIX useless mistaken character --- includes/utilities.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/utilities.php b/includes/utilities.php index 217d786..a450408 100644 --- a/includes/utilities.php +++ b/includes/utilities.php @@ -28,7 +28,6 @@ function getRevueAuthors($revueID) } } return array_unique($authors); - s; }