More references to removed (still some left)
[mailer.git] / inc / libs / beg_functions.php
index 62e5949ba112fae296c342c37dfeeb927e4829aa..31cbc83d2d0fe8622268730e7a564e1632ff12db 100644 (file)
@@ -39,8 +39,6 @@ if (!defined('__SECURITY')) {
 
 // Add points to user or begging rallye account
 function BEG_ADD_POINTS ($uid, $points) {
-       global $_CONFIG;
-
        // Set mode depending on how many mails the member has to confirm
        $locked = false;
        if ((getConfig('ref_payout') > 0) && (getConfig('allow_direct_pay') != "Y")) $locked = true;