X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-list_transfer.php;h=339b5bbad8651f2f14c27f4ac79ac680de271e43;hb=0f3a135204757cc8750262871c8e62c42300acb4;hp=b9dbcc97a88b4cf3a3954bffc2cff131603239c7;hpb=c8d76610eb94093d4eed4fcd8a6cb72e74c8f6d8;p=mailer.git diff --git a/inc/modules/admin/what-list_transfer.php b/inc/modules/admin/what-list_transfer.php index b9dbcc97a8..339b5bbad8 100644 --- a/inc/modules/admin/what-list_transfer.php +++ b/inc/modules/admin/what-list_transfer.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -41,11 +41,11 @@ if ((!defined('__SECURITY')) || (!isAdmin())) { } // END - if // Add description as navigation point -addMenuDescription('admin', __FILE__); +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 @@ -71,7 +71,7 @@ if (!SQL_HASZERONUMS($result)) { // Nothing for in and out $OUT = ' - ' . loadTemplate('admin_settings_saved', true, '{--TRANSFER_NO_INOUT_TRANSFERS--}') . ' + ' . displayMessage('{--TRANSFER_NO_INOUT_TRANSFERS--}', true) . ' '; } @@ -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--}';