Global variables rewritten
[mailer.git] / inc / mails / beg_mails.php
index 5fa921256436733246ac8bcd705b841a94be5c00..8072c29321c12352e9888307cef2a964e9cd54d8 100644 (file)
@@ -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()));