]> git.mxchange.org Git - mailer.git/blobdiff - inc/monthly/monthly_surfbar.php
'what','action','module' and 'output_mode' wrapped into functions (WARNUNG: Code...
[mailer.git] / inc / monthly / monthly_surfbar.php
index addf0240a991de109b1344b6c7e1f6ce65f4e4e8..842c23bd9540c61c026e953dc20eb5d98ce11eb2 100644 (file)
@@ -45,11 +45,11 @@ if (!defined('__SECURITY')) {
 }
 
 // Do not execute when script is in CSS mode or no daily reset
-if (($GLOBALS['output_mode'] == 1) || (!isResetModeEnabled())) return;
+if ((getOutputMode() == 1) || (!isResetModeEnabled())) return;
 //* DEBUG: */ echo basename(__FILE__)."<br />\n";
 
 // Reset surfbar counter
-UPDATE_CONFIG("surfbar_monthly_counter", "0");
+updateConfiguration('surfbar_monthly_counter', '0');
 
 //
 ?>