X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_sponsor.php;h=2fd5305818369db3ed733f67a15b1b16a73fceee;hb=8ce32e702f3caa76b8d446902948e83e1e6854c8;hp=cbcae48e4ac438ee592d8f71bb7ea6f5be3d1154;hpb=2379934be6a196a54f4155bb8e24c49b20736969;p=mailer.git diff --git a/inc/modules/admin/what-list_sponsor.php b/inc/modules/admin/what-list_sponsor.php index cbcae48e4a..2fd5305818 100644 --- a/inc/modules/admin/what-list_sponsor.php +++ b/inc/modules/admin/what-list_sponsor.php @@ -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