Rewrote reset and some extensions:
[mailer.git] / inc / monthly / monthly_
index a6cd3a91d7a8619ab928a405957f90befb0fdc42..9fcaee60c5a4fd89a30821cd486542e0c687d3a5 100644 (file)
@@ -38,7 +38,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-} elseif ((!isHtmlOutputMode()) || (isResetModeEnabled())) {
+} elseif ((!isHtmlOutputMode()) || (isMonthlyResetEnabled())) {
        // Do not execute when script is in non-HTML mode or no hourly reset
        return;
 } elseif (!isExtensionActive('')) {