From f7c1fa4a182120633dbb2d872d13c0282a07ab41 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 25 Oct 2014 13:39:25 +0200 Subject: [PATCH] Defaulting INLINEFUNC_ENABLED=False. --- src/settings_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings_default.py b/src/settings_default.py index e882dd04d5..e1e5495755 100644 --- a/src/settings_default.py +++ b/src/settings_default.py @@ -354,7 +354,7 @@ TIME_MONTH_PER_YEAR = 12 # users to supply {func() ... {/func in text, performing dynamic # text formatting and manipulation on the fly. If disabled, such # inline functions will not be parsed. -INLINEFUNC_ENABLED = True +INLINEFUNC_ENABLED = False # Only functions defined globally (and not starting with '_') in # these modules will be considered valid inlinefuncs. The list # is loaded from left-to-right, same-named functions will overload