]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/rallye_functions.php
Unconfirmed mails rewritten, mail confirmation saved in stats table
[mailer.git] / inc / libs / rallye_functions.php
index 7335584f74508405d4306d263de3e3db7fb24a14..3faa726f6c53f38199f5b64926c6b6843514b43f 100644 (file)
@@ -528,7 +528,7 @@ function RALLYE_LOAD_USERS_ARRAY($rallye)
                'cpoints' => array(),
        );
 
-       // Load users                    uid    old   points earned
+       // Load users                          uid    old  points earned
        $result_user = SQL_QUERY_ESC("SELECT userid, refs, curr_points FROM "._MYSQL_PREFIX."_rallye_users WHERE rallye_id=%s ORDER BY userid",
         array(bigintval($rallye)), __FILE__, __LINE__);
        while(list($uid, $refs, $cpoints) = SQL_FETCHROW($result_user))