X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmails%2Fbeg_mails.php;h=8072c29321c12352e9888307cef2a964e9cd54d8;hb=59bd8a9805c51c895a92cc12825f4cbdfd792597;hp=5fa921256436733246ac8bcd705b841a94be5c00;hpb=c47144dd555bbab4acdf9085e4623900dedb0e7c;p=mailer.git diff --git a/inc/mails/beg_mails.php b/inc/mails/beg_mails.php index 5fa9212564..8072c29321 100644 --- a/inc/mails/beg_mails.php +++ b/inc/mails/beg_mails.php @@ -40,8 +40,7 @@ if (!defined('__SECURITY')) { } // Do not execute when script is in CSS mode -global $CSS; -if ($CSS == 1) return; +if ($GLOBALS['output_mode'] == 1) return; // Create timemark from saved month $mark = mktime(0, 0, 0, getConfig('last_month'), date("d", time()), date('Y', time()));