]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_daily.php
API functions renamed:
[mailer.git] / inc / reset / reset_daily.php
index 2694fb51aa5532b351e96d63ef2715c27d2326e4..371b4c4ecf69effb92a9ad956e4a2d83621bbf4d 100644 (file)
@@ -40,7 +40,7 @@
 // Some security stuff...
 if (!defined('__SECURITY')) {
        die();
-} elseif ((getOutputMode() != 0) || (!isResetModeEnabled())) {
+} elseif ((getScriptOutputMode() != 0) || (!isResetModeEnabled())) {
        // Do not execute when script is in CSS mode or no daily reset
        return;
 } elseif (!isExtensionActive('sql_patches')) {