X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fnewsletter_functions.php;h=169d5a7737a090ca9ebaa82c980ffb2a2412d1c8;hp=7fccd6fa40c83f3e62448bbffeb51dce04cf005a;hb=f3e4c2c048761589836fdbe6bd2e46599a1833a7;hpb=d016e24dd4686f613a17733b96bc28fac936a4ac diff --git a/inc/libs/newsletter_functions.php b/inc/libs/newsletter_functions.php index 7fccd6fa40..169d5a7737 100644 --- a/inc/libs/newsletter_functions.php +++ b/inc/libs/newsletter_functions.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Funktionen fuer die HTML-Erweiterung * * -------------------------------------------------------------------- * - * * + * $Revision:: 856 $ * + * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: stelzi $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -150,7 +155,7 @@ function NL_INSERT_URLS ($text) { // function SEND_NEWSLETTER ($TO, $SUBJECT, $MSG, $MODE) { // Send mail away as HTML - if ($_POST['auto_urls'] == "Y") { + if (REQUEST_POST('auto_urls') == "Y") { // Automatically insert URLs into newsletter if ((EXT_IS_ACTIVE("html")) && ($MODE == "html")) { // Send HTML mail