]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/bonus_mails.php
API functions renamed:
[mailer.git] / inc / mails / bonus_mails.php
index 84f30688dcf8e13466ecf21cda5e23fe092d649a..7696dbf933b9c909efeab36a48d417dcceb0ad9a 100644 (file)
@@ -45,7 +45,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Do not execute when script is in CSS mode
-if (getOutputMode() != 0) return;
+if (getScriptOutputMode() != 0) return;
 
 // Create timemark from saved month
 $mark = mktime(0, 0, 0, getConfig('last_month'), getDay(), getYear());