]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/beg_mails.php
API functions renamed:
[mailer.git] / inc / mails / beg_mails.php
index 148404fff0e5cd8be5618739d440663a18a9294b..cb5fc1c2835551a66e1c11a44f47bbfb7ae89103 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());