X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Flibs%2Fhtml_mail_functions.php;h=1b1027654f6f085469b1bad59aceed0e4e22b7b9;hp=236cd6ee6f431ee976165d610a202c1c62f0ca31;hb=f3e4c2c048761589836fdbe6bd2e46599a1833a7;hpb=d016e24dd4686f613a17733b96bc28fac936a4ac diff --git a/inc/libs/html_mail_functions.php b/inc/libs/html_mail_functions.php index 236cd6ee6f..1b1027654f 100644 --- a/inc/libs/html_mail_functions.php +++ b/inc/libs/html_mail_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 * @@ -48,7 +53,7 @@ function HTML_ADD_VALID_TAGS() { return $OUT; } // -function HTML_CHECK_TAGS($html { +function HTML_CHECK_TAGS ($html) { $test = stripslashes($html); while (ereg("<", $test) && ereg(">", $test)) { $check = strtolower(substr($test, strpos($test, "<") + 1, strpos($test, ">") - strpos($test, "<") - 1));