X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Freset%2Freset_surfbar.php;h=e1a0e23527ce175a7eaf4c216e73d91d3b72027e;hp=2d216c6dac22fd35d33b626d31c2fdbbd0cc33ff;hb=4cec044b57773e28423261c71f918f3e22ca8a75;hpb=7de68b88ef3f441444f393b980d94641061c2db6 diff --git a/inc/reset/reset_surfbar.php b/inc/reset/reset_surfbar.php index 2d216c6dac..e1a0e23527 100644 --- a/inc/reset/reset_surfbar.php +++ b/inc/reset/reset_surfbar.php @@ -1,7 +1,7 @@ \n"; +if ((getOutputMode() != 0) || (!isResetModeEnabled())) return; +//* DEBUG: */ outputHtml(basename(__FILE__)."
"); // Reset surfbar counter -UPDATE_CONFIG(array("surfbar_daily_counter", "surfbar_yester_counter"), array(0, $_CONFIG['surfbar_daily_counter'])); -$_CONFIG['surfbar_yester_counter'] = $_CONFIG['surfbar_daily_counter']; -$_CONFIG['surfbar_daily_counter'] = 0; +updateConfiguration(array('surfbar_daily_counter', 'surfbar_yester_counter'), array(0, getConfig('surfbar_daily_counter'))); +setConfigEntry('surfbar_yester_counter', getConfig('surfbar_daily_counter')); +setConfigEntry('surfbar_daily_counter' , 0); -// +// [EOF] ?>