Large code cleanups:
[mailer.git] / inc / modules / admin / what-list_sponsor.php
index 8b8e451bf9e1518448b9546bf2131aa63e2db93e..2fd5305818369db3ed733f67a15b1b16a73fceee 100644 (file)
@@ -98,13 +98,20 @@ WHERE
                // Free memory
                SQL_FREERESULT($result);
 
-               // Sponsor found so let's list all his referals
+               // Sponsor found so let's list all his referrals
                $result = SQL_QUERY_ESC("SELECT
-       `id`,`gender`,`surname`,`family`,`email`,`status`,
+       `id`,
+       `gender`,
+       `surname`,
+       `family`,
+       `email`,
+       `status`,
        UNIX_TIMESTAMP(`sponsor_created`) AS `sponsor_created`,
        UNIX_TIMESTAMP(`last_online`) AS `last_online`,
-       `points_amount`,`points_used`,
-       `remote_addr`,`ref_count`
+       `points_amount`,
+       `points_used`,
+       `remote_addr`,
+       `ref_count`
 FROM
        `{?_MYSQL_PREFIX?}_sponsor_data`
 WHERE