]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/rewrite_functions.php
Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / inc / libs / rewrite_functions.php
index 6a23cf91bfdce1e71335fda64b22300c2e9540e0..5b76d5a1b31859742baf55c5e72d3f37c8086820 100644 (file)
@@ -49,10 +49,9 @@ function rewriteLinksInCode ($HTML) {
 
        // Generate target URL
        $target = '{?URL?}/cms/';
-       $output = $HTML;
 
        // Final eval()
-       $eval = '$output = "' . compileCode(escapeQuotes($output)) . '";';
+       $eval = '$output = "' . preCompileCode(escapeQuotes($HTML)) . '";';
        eval($eval);
 
        // Convert modules.php?module=...