X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmails%2F_mails.php;h=b7ad7a9579636954ae45470bb14c48032688528b;hb=a524135c24dd0a8fa359c9a92399467d50fd69e0;hp=df6dd791bc814e123137f72cb3d1a69b07358f56;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa;p=mailer.git diff --git a/inc/mails/_mails.php b/inc/mails/_mails.php index df6dd791bc..b7ad7a9579 100644 --- a/inc/mails/_mails.php +++ b/inc/mails/_mails.php @@ -10,16 +10,9 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Versendet Erinnerungsmails * * -------------------------------------------------------------------- * - * $Revision:: $ * - * $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 - 2016 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 * @@ -41,11 +34,12 @@ if (!defined('__SECURITY')) { die(); } elseif (!isExtensionActive('')) { + // Do not execute script on missing/out-dated extension ext- + return; +} elseif (!isHtmlOutputMode()) { + // Do not execute script if not in HTML mode return; } -// Do not execute when script is in CSS mode -if (getOutputMode() != 0) return; - // [EOF] ?>