X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_transfer.php;h=959ee3f4bf0b6057d952554ff20f82a96b2ebe92;hb=5c159f0b199d12742dcd65d5d638cb504ee93c66;hp=a3773aa3ebc684ebdc47627dccc1b1da256e1ada;hpb=db0c6702086eea2c44d0aae1702dc2e77a0afc4e;p=mailer.git diff --git a/inc/modules/admin/what-list_transfer.php b/inc/modules/admin/what-list_transfer.php index a3773aa3eb..959ee3f4bf 100644 --- a/inc/modules/admin/what-list_transfer.php +++ b/inc/modules/admin/what-list_transfer.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 * @@ -45,7 +45,7 @@ addYouAreHereLink('admin', __FILE__); // We only need outgoing transfers $result = SQL_QUERY('SELECT - `userid` AS `from_userid`, `to_userid`, `trans_id`, `points`, `reason`, `time_trans` + `userid` AS `from_userid`,`to_userid`,`trans_id`,`points`,`reason`,`time_trans` FROM `{?_MYSQL_PREFIX?}_user_transfers_out` ORDER BY @@ -80,7 +80,7 @@ if (!SQL_HASZERONUMS($result)) { $content['rows'] = $OUT; // Remeber total amount -$content['total'] = $total; +$content['total_points'] = $total; // Set title $content['title'] = '{--TRANSFER_LIST_ALL--}';