]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_
'what','action','module' and 'output_mode' wrapped into functions (WARNUNG: Code...
[mailer.git] / inc / reset / reset_
index b1b4384da106ab9d16c08426b196be767b3287a9..b3a9eaad84154621b6eafaea1febaf5eb411af45 100644 (file)
@@ -45,7 +45,7 @@ if (!defined('__SECURITY')) {
 }
 
 // Do not execute when script is in CSS mode or no daily reset
-if (($CSS == 1) || (!isResetModeEnabled())) return;
+if ((getOutputMode() == 1) || (!isResetModeEnabled())) return;
 
 //
 ?>