./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? *
}
// 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']]);