From d961cc893efa4bfea21793168d58cac010150682 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 19 Jul 2011 17:44:14 +0000 Subject: [PATCH] ext-funcoins: Wrappers for configuration entries added --- .gitattributes | 1 + inc/libs/funcoins_functions.php | 204 ++++++++++++++++++++++++++++++++ 2 files changed, 205 insertions(+) create mode 100644 inc/libs/funcoins_functions.php diff --git a/.gitattributes b/.gitattributes index 5fde6f1c5d..8a32f57ca3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -328,6 +328,7 @@ inc/libs/coupon_functions.php svneol=native#text/plain inc/libs/debug_functions.php svneol=native#text/plain inc/libs/doubler_functions.php svneol=native#text/plain inc/libs/events_functions.php svneol=native#text/plain +inc/libs/funcoins_functions.php svneol=native#text/plain inc/libs/holiday_functions.php svneol=native#text/plain inc/libs/html_mail_functions.php svneol=native#text/plain inc/libs/jackpot_functions.php svneol=native#text/plain diff --git a/inc/libs/funcoins_functions.php b/inc/libs/funcoins_functions.php new file mode 100644 index 0000000000..2e181ee596 --- /dev/null +++ b/inc/libs/funcoins_functions.php @@ -0,0 +1,204 @@ + -- 2.39.2