X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmails%2F_mails.php;h=9b0e67c412820bb11590f5966ceb7af7f073c013;hb=e9d9b430aa90c0519671702ce9fe13fc497451d6;hp=d68bed977ba7341d306bfdea2eafd6b327bce643;hpb=e01fcf1ca8ddeb72af76465df3ef72301a1cdae7;p=mailer.git diff --git a/inc/mails/_mails.php b/inc/mails/_mails.php index d68bed977b..9b0e67c412 100644 --- a/inc/mails/_mails.php +++ b/inc/mails/_mails.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : Versendet Erinnerungsmails * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. March 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -38,14 +38,14 @@ // Some security stuff... if (!defined('__SECURITY')) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); -} elseif (!EXT_IS_ACTIVE("")) { +} elseif (!EXT_IS_ACTIVE('')) { return; } // Do not execute when script is in CSS mode -if (($GLOBALS['output_mode'] == 1) || (!isResetModeEnabled())) return; +if ((getOutputMode() == 1) || (!isResetModeEnabled())) return; // ?>