X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmails%2F_mails.php;h=4457a2879f41ea4a2d1622fce02c98c3532f49a9;hb=78fb6abc2b4141d107610f20e75980e1a58ac939;hp=58a4bbc4e8d6589e909f3c3a0f26e81a58118248;hpb=e5fe5afb17a5c8106f4c890234dfa39419e70f5d;p=mailer.git diff --git a/inc/mails/_mails.php b/inc/mails/_mails.php index 58a4bbc4e8..4457a2879f 100644 --- a/inc/mails/_mails.php +++ b/inc/mails/_mails.php @@ -14,11 +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 * - * 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 * @@ -44,7 +43,7 @@ if (!defined('__SECURITY')) { } // Do not execute when script is in CSS mode -if (getOutputMode() != 0) return; +if (!isHtmlOutputMode()) return; // [EOF] ?>