X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Fnewsletter_functions.php;h=adf423906f6ce039bb95220db0d6993bab58fafd;hb=0485696cfa583e48444a8c98a9eb0537b0cb33b1;hp=8ecfe7373de5b24cc79bbf5ec5c23f05326b0b56;hpb=5c299c999d8b5106dc007dea5317bbb9209e829f;p=mailer.git diff --git a/inc/libs/newsletter_functions.php b/inc/libs/newsletter_functions.php index 8ecfe7373d..adf423906f 100644 --- a/inc/libs/newsletter_functions.php +++ b/inc/libs/newsletter_functions.php @@ -14,8 +14,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009, 2010 by Mailer Developer Team * @@ -121,8 +119,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