define('SERVER_URL', "http://www.mxchange.org");
// This current patch level
-define('CURR_SVN_REVISION', "466");
+define('CURR_SVN_REVISION', "467");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);
if (($CSS == 1) || (!defined('__DAILY_RESET'))) return;
// Reset surfbar counter
-UPDATE_CONFIG(array("surfbar_daily_counter", "surfbar_yester_counter`"), array(0, $_CONFIG['surfbar_daily_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;