X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fnewsletter_functions.php;h=ea035521c2b8a034fd77123b82e21f4d3e9415a0;hb=cd926dbdfbb2b3b16ecc932f17ecf4f367bc73e4;hp=8ecfe7373de5b24cc79bbf5ec5c23f05326b0b56;hpb=4e5020660b07f30b7bf3ccc0a2ca664a19a21c0d;p=mailer.git diff --git a/inc/libs/newsletter_functions.php b/inc/libs/newsletter_functions.php index 8ecfe7373d..ea035521c2 100644 --- a/inc/libs/newsletter_functions.php +++ b/inc/libs/newsletter_functions.php @@ -121,8 +121,8 @@ function insertNewsletterUrls ($text) { $text .= $part; } - // Compile possible own HTML tags out... - return compileCode($text); + // Pre-ompile possible own HTML tags out... + return preCompileCode($text); } // Wrapper for sending newsletter and wrapping URLs / HTML mail