]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_sponsor.php
Fixes loading of network type config
[mailer.git] / inc / modules / admin / what-list_sponsor.php
index cbcae48e4ac438ee592d8f71bb7ea6f5be3d1154..2fd5305818369db3ed733f67a15b1b16a73fceee 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -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