]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/bonus_mails.php
Missing bracket fixed
[mailer.git] / inc / mails / bonus_mails.php
index 620488d25b6e8995d9fe568789dcf5882d108dbe..da5d22c5128459193a825a404d9aa822ae3437dc 100644 (file)
@@ -45,7 +45,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Do not execute when script is in CSS mode
-if ($GLOBALS['output_mode'] == 1) return;
+if (getOutputMode() == 1) return;
 
 // Create timemark from saved month
 $mark = mktime(0, 0, 0, getConfig('last_month'), date('d', time()), date('Y', time()));