Rewrites/fixes
[mailer.git] / inc / filters.php
index 4b16afc996283990a5da94df0b5039fe9b172e6a..2534b158f0ba8d011fe606f4ea2a8fc55c987df8 100644 (file)
@@ -450,7 +450,7 @@ function FILTER_COMPILE_EXPRESSION_CODE ($code) {
        preg_match_all('/\{%(([a-zA-Z0-9-_,]+)(=([^\}]+)){0,1})*%\}/', $code, $matches);
        //* DEBUG: */ print('<pre>'.print_r($matches, true).'</pre>');
 
-       // Default is from OUTPUT_HTML
+       // Default is from outputHtml()
        $outputMode = getOutputMode();
 
        // Some entries found?