From 2f49882cc4a441d25246d8f1f0dee2b5266b4c34 Mon Sep 17 00:00:00 2001 From: int2001 Date: Sun, 18 Feb 2024 14:52:04 +0000 Subject: [PATCH] Renamed lib --- application/libraries/{Generichelpers.php => Genfunctions.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename application/libraries/{Generichelpers.php => Genfunctions.php} (98%) diff --git a/application/libraries/Generichelpers.php b/application/libraries/Genfunctions.php similarity index 98% rename from application/libraries/Generichelpers.php rename to application/libraries/Genfunctions.php index 8a3a8b39b..30d2a6964 100644 --- a/application/libraries/Generichelpers.php +++ b/application/libraries/Genfunctions.php @@ -3,7 +3,7 @@ /*** * Libary for common functions, used at many places */ -class Generichelpers +class Genfunctions { function addQslToQuery($postdata) { $sql = '';