]> git.mxchange.org Git - mailer.git/blobdiff - inc/reset/reset_surfbar.php
New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / reset / reset_surfbar.php
index c56b63f6c5ddaf10f833307511918be75e0bd1de..ae7c8df0a07c7f68b0b93f4bf865084d4d1a2582 100644 (file)
@@ -49,7 +49,7 @@ if (($GLOBALS['output_mode'] == 1) || (!isResetModeEnabled())) return;
 //* DEBUG: */ echo basename(__FILE__)."<br />\n";
 
 // Reset surfbar counter
-UPDATE_CONFIG(array("surfbar_daily_counter", "surfbar_yester_counter"), array(0, getConfig('surfbar_daily_counter')));
+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);