From: Roland Häder Date: Fri, 4 Dec 2009 01:14:55 +0000 (+0000) Subject: TODO re-added X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=3f273b089ef98ed764d4ce4ae533fb8caf8ef1ae TODO re-added --- diff --git a/DOCS/TODOs.txt b/DOCS/TODOs.txt index f07be0ad56..f5a8e5e968 100644 --- a/DOCS/TODOs.txt +++ b/DOCS/TODOs.txt @@ -5,6 +5,7 @@ ./inc/cache/config-local.php:125:// @TODO Rewrite the following three constants, somehow... ./inc/classes/cachesystem.class.php:467: // @TODO Add support for more types which break in last else-block ./inc/config-functions.php:143: // @TODO Make this all better... :-/ +./inc/expression-functions.php:135:// @TODO FILTER_COMPILE_CONFIG does not handle call-back functions so we handle it here again ./inc/extensions/ext-html_mail.php:137: // @TODO Move these arrays into config ./inc/extensions/ext-menu.php:53: // @TODO Convert menu-Id to one coding-standard. admin(edit|_add) => admin_menu_(edit|add), mem(edit|_add) => mem_menu_(edit|add) ./inc/extensions/ext-network.php:20: * @TODO AbisZED: Which charset? * diff --git a/inc/expression-functions.php b/inc/expression-functions.php index 485e619585..4af9076838 100644 --- a/inc/expression-functions.php +++ b/inc/expression-functions.php @@ -132,6 +132,7 @@ function doExpressionExt ($data) { } // Expression call-back function for getting configuration data +// @TODO FILTER_COMPILE_CONFIG does not handle call-back functions so we handle it here again function doExpressionConfig ($data) { // Read configuration $configValue = getConfig($data['matches'][4][$data['key']]);