$points), $userid); sendEmail($userid, '{--AUTOPURGE_MEMBER_SUBJECT--}', $message); } // Checks wether auto-purging is active function isAutoPurgingActive () { // Do we have cache? if (!isset($GLOBALS['auto_purging_active'])) { // Determine it $GLOBALS['auto_purging_active'] = (getConfig('auto_purge_active') == 'Y'); } // END - if // Return cache return $GLOBALS['auto_purging_active']; } // [EOF] ?>