]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-unlock_sponsor.php
Mailer project continued:
[mailer.git] / inc / modules / admin / what-unlock_sponsor.php
index 052984e3910c084b8968ca47d5a456dd60bb5300..831b2827924d2ffd0e37f6db99c03890881c125d 100644 (file)
@@ -57,9 +57,9 @@ if (isFormSent()) {
 
                        // Load his personal data
                        $result_main = SQL_QUERY_ESC("SELECT
-       `id`,`gender`,`surname`,`family`,`email`,`remote_addr`,
+       `id`, `gender`, `surname`, `family`, `email`, `remote_addr`,
        UNIX_TIMESTAMP(`sponsor_created`) AS `sponsor_created`,
-       `points_amount`,`points_used`,
+       `points_amount`, `points_used`,
        (`points_amount` + `points_used`) AS `points`,
        `refid`
 FROM
@@ -199,7 +199,7 @@ LIMIT 1",
 
 // Begin listing of all pending sponsor accounts
 $result = SQL_QUERY("SELECT
-       `id`,`gender`,`surname`,`family`,`email`,`remote_addr`,
+       `id`, `gender`, `surname`, `family`, `email`, `remote_addr`,
        UNIX_TIMESTAMP(`sponsor_created`) AS `sponsor_created`
 FROM
        `{?_MYSQL_PREFIX?}_sponsor_data`