]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_surfbar.php
More language constants rewritten ({--LANGUAGE--} is for constants)
[mailer.git] / inc / reset / reset_surfbar.php
index 98d5c5600a2cf2578e343221ed1a541f1ea2cc08..dcd49ba3a1c75d5c272a17ac3966c4af2e47002f 100644 (file)
@@ -45,8 +45,8 @@ if (($CSS == 1) || (!defined('__DAILY_RESET'))) return;
 
 // Reset surfbar counter
 UPDATE_CONFIG(array("surfbar_daily_counter", "surfbar_yester_counter"), array(0, getConfig('surfbar_daily_counter')));
-$_CONFIG['surfbar_yester_counter'] = getConfig('surfbar_daily_counter');
-$_CONFIG['surfbar_daily_counter'] = 0;
+setConfigEntry('surfbar_yester_counter', getConfig('surfbar_daily_counter'));
+setConfigEntry('surfbar_daily_counter' , 0);
 
 //
 ?>