]> git.mxchange.org Git - mailer.git/blobdiff - inc/monthly/monthly_surfbar.php
New wrapper functions introduced
[mailer.git] / inc / monthly / monthly_surfbar.php
index 1d95e5bca6aa336957335c771e0a0f00012c5693..0fc646ba235dac76c9e4d5abdf39e61dd4fbeefd 100644 (file)
@@ -40,7 +40,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-} elseif ((getScriptOutputMode() == 1) || (!isResetModeEnabled())) {
+} elseif ((isCssOutputMode()) || (!isResetModeEnabled())) {
        // Do not execute when script is in CSS mode or no daily reset
        return;
 } elseif (!isExtensionActive('surfbar')) {