]> git.mxchange.org Git - mailer.git/blobdiff - inc/monthly/monthly_
Renamed more templates
[mailer.git] / inc / monthly / monthly_
index ff113267fbe82ae6a637d5bab326df0fb9847af4..a6cd3a91d7a8619ab928a405957f90befb0fdc42 100644 (file)
@@ -38,8 +38,8 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-} elseif ((isCssOutputMode()) || (isResetModeEnabled())) {
-       // Do not execute when script is in CSS mode or no hourly reset
+} elseif ((!isHtmlOutputMode()) || (isResetModeEnabled())) {
+       // Do not execute when script is in non-HTML mode or no hourly reset
        return;
 } elseif (!isExtensionActive('')) {
        if (isDebugModeEnabled()) logDebugMessage(__FILE__, __LINE__, 'Not resetting, needed extension ext- disabled.');