X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmails%2F_mails.php;h=b74be28cd107667e8a6d401e0f10c18212833b4f;hb=f3e4c2c048761589836fdbe6bd2e46599a1833a7;hp=2032d04786bc54bca4b6a4d1c5956125a193873d;hpb=963e55ca1ea79e255f235e359cde9f7862191dc5;p=mailer.git diff --git a/inc/mails/_mails.php b/inc/mails/_mails.php index 2032d04786..b74be28cd1 100644 --- a/inc/mails/_mails.php +++ b/inc/mails/_mails.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Versendet Erinnerungsmails * * -------------------------------------------------------------------- * - * * + * $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 * @@ -35,13 +40,12 @@ if (!defined('__SECURITY')) { $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; require($INC); -} elseif ((!EXT_IS_ACTIVE("")) && (!IS_ADMIN())) { - ADD_FATAL(EXTENSION_PROBLEM_EXT_INACTIVE, ""); +} elseif (!EXT_IS_ACTIVE("")) { return; } // Do not execute when script is in CSS mode -if ($CSS == 1) return; +if (($GLOBALS['output_mode'] == 1) || (!isResetModeEnabled())) return; // ?>