]> git.mxchange.org Git - mailer.git/blobdiff - inc/expression-functions.php
TODO re-added
[mailer.git] / inc / expression-functions.php
index 485e6195857e3e9d51e9fcf0ecb6161a2f03f051..4af907683861922bae98937ef641e7abc8af7e36 100644 (file)
@@ -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']]);