define('SERVER_URL', "http://www.mxchange.org");
// This current patch level
-define('CURR_SVN_REVISION', "493");
+define('CURR_SVN_REVISION', "494");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);
// Determine which user hash no more points left
function SURFBAR_DETERMINE_DEPLETED_USERIDS ($limit=0) {
// Init array
- $UIDs = array();
+ $UIDs = array(
+ 'uid' => array(),
+ 'points' => array(),
+ 'notified' => array(),
+ );
// Do we have a current user id?
if ((IS_MEMBER()) && ($limit == 0)) {