Defaulting INLINEFUNC_ENABLED=False.

This commit is contained in:
Griatch 2014-10-25 13:39:25 +02:00
parent 46edc6eef6
commit f7c1fa4a18

View file

@ -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