]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/_mails.php
Global variables rewritten
[mailer.git] / inc / mails / _mails.php
index a208c5376f65abb0465f41a894f08c97409a1a0b..d5a098a42b84ab34d768ea2a4db5e3244d8a9ec3 100644 (file)
@@ -40,8 +40,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Do not execute when script is in CSS mode
 }
 
 // Do not execute when script is in CSS mode
-global $CSS;
-if (($CSS == 1) || (!defined('__DAILY_RESET'))) return;
+if (($GLOBALS['output_mode'] == 1) || (!defined('__DAILY_RESET'))) return;
 
 //
 ?>
 
 //
 ?>