]> git.mxchange.org Git - mailer.git/blobdiff - inc/mails/beg_mails.php
New wrapper functions introduced
[mailer.git] / inc / mails / beg_mails.php
index 936bbc8b44c12e1675074bbc69cbc58a8e2f545a..abd0aff85e14b3a5e3ede43020cf87d293870f4b 100644 (file)
@@ -45,7 +45,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Do not execute when script is in CSS mode
-if (getScriptOutputMode() != 0) return;
+if (!isHtmlOutputMode()) return;
 
 // Create timemark from saved month
 $mark = mktime(0, 0, 0, getConfig('last_month'), getDay(), getYear());