X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmails%2F_mails.php;h=4457a2879f41ea4a2d1622fce02c98c3532f49a9;hb=188495baa4eae4327a063f99989ea503598b2174;hp=47136caee4b18c8ec13e9d1fe3a4fb4952901067;hpb=c72268213d4d4829d845d39c101bb08fbe4ed79a;p=mailer.git diff --git a/inc/mails/_mails.php b/inc/mails/_mails.php index 47136caee4..4457a2879f 100644 --- a/inc/mails/_mails.php +++ b/inc/mails/_mails.php @@ -14,12 +14,10 @@ * $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 * - * For more information visit: http://www.mxchange.org * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -45,7 +43,7 @@ if (!defined('__SECURITY')) { } // Do not execute when script is in CSS mode -if (getScriptOutputMode() != 0) return; +if (!isHtmlOutputMode()) return; // [EOF] ?>