X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmails%2F_mails.php;h=dc3f44bee2c838a459cf7fb66a7702dc75391abf;hb=b6c301dece2d7a3375321d4f3c0498ceaeb5a2a6;hp=58a4bbc4e8d6589e909f3c3a0f26e81a58118248;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/mails/_mails.php b/inc/mails/_mails.php index 58a4bbc4e8..dc3f44bee2 100644 --- a/inc/mails/_mails.php +++ b/inc/mails/_mails.php @@ -14,10 +14,9 @@ * $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 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -44,7 +43,7 @@ if (!defined('__SECURITY')) { } // Do not execute when script is in CSS mode -if (getOutputMode() != 0) return; +if (!isHtmlOutputMode()) return; // [EOF] ?>