From 72bb8904bee2f4198338dd4247f680b11a841c93 Mon Sep 17 00:00:00 2001 From: fusionate Date: Tue, 6 Jun 2023 22:12:42 +0000 Subject: [PATCH] Group - Edit: Updates for PHP 8.1 --- core/groups/group_edit.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/groups/group_edit.php b/core/groups/group_edit.php index 438461b29d..8b873e2603 100644 --- a/core/groups/group_edit.php +++ b/core/groups/group_edit.php @@ -17,7 +17,7 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2018-2020 + Portions created by the Initial Developer are Copyright (C) 2018-2023 the Initial Developer. All Rights Reserved. Contributor(s): @@ -305,7 +305,7 @@ echo "\n"; echo " \n"; echo "
\n"; //echo $text['description-group_protected']."\n"; @@ -334,4 +334,4 @@ //include the footer require_once "resources/footer.php"; -?> +?> \ No newline at end of file