]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/user_functions.php
More references to removed (still some left)
[mailer.git] / inc / libs / user_functions.php
index 61740102422297cb03c750b3b3d8acd966ca0912..7c747ddf57a96cf896d6fd92480c9759bd80490c 100644 (file)
@@ -39,7 +39,6 @@ if (!defined('__SECURITY')) {
 
 // Add links for selecting some users
 function alpha ($sortby, $colspan, $return=false) {
-       global $_CONFIG;
        if (empty($_GET['offset'])) $_GET['offset'] = 0;
        $ADD = "&page=".SQL_ESCAPE($_GET['page'])."&offset=".SQL_ESCAPE($_GET['offset']);
        if (!empty($_GET['mode'])) $ADD .= "&mode=".SQL_ESCAPE($_GET['mode']);
@@ -219,8 +218,6 @@ WHERE email='%s'".$locked." LIMIT 1",
 
 // Selects a random user id as the new referal id if they have at least X confirmed mails in this run
 function SELECT_RANDOM_REFID () {
-       global $_CONFIG;
-
        // Default is zero refid
        $refid = 0;