X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmonthly%2Fmonthly_surfbar.php;h=025d04875b372ad291b1e966e3ce3e5652b161e0;hb=ee71bda9cc7d75f090ae2e1a2d05d4903523e112;hp=35de46718f5b33598e28467369bf898c3fd53cf9;hpb=44aadef1eae9767d1d54da2821119aa60a5ee4f6;p=mailer.git diff --git a/inc/monthly/monthly_surfbar.php b/inc/monthly/monthly_surfbar.php index 35de46718f..025d04875b 100644 --- a/inc/monthly/monthly_surfbar.php +++ b/inc/monthly/monthly_surfbar.php @@ -40,11 +40,11 @@ if (!defined('__SECURITY')) { } // Do not execute when script is in CSS mode or no daily reset -if (($CSS == 1) || (!defined('__DAILY_RESET'))) return; +if (($GLOBALS['output_mode'] == 1) || (!isResetModeEnabled())) return; +//* DEBUG: */ echo basename(__FILE__)."
\n"; // Reset surfbar counter UPDATE_CONFIG("surfbar_monthly_counter", "0"); -$_CONFIG['surfbar_monthly_counter'] = 0; // ?>