X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_transfer.php;h=677be3706ab5020b0059ce1b0084d4f4f5f7c210;hb=ccf34a2a92d80d01debd84b4b6e1f294d8f90cce;hp=bb42974a020a0bbe4da7942657d0925c21d9fb09;hpb=9afd6ec5878544a7982c50ed9c0dd7de37606d5b;p=mailer.git diff --git a/inc/modules/admin/what-list_transfer.php b/inc/modules/admin/what-list_transfer.php index bb42974a02..677be3706a 100644 --- a/inc/modules/admin/what-list_transfer.php +++ b/inc/modules/admin/what-list_transfer.php @@ -1,7 +1,7 @@ 0) { while ($content = SQL_FETCHARRAY($result)) { // Prepare data for the row template $content = array( - 'sw' => $SW, - 'trans_id' => $content['trans_id'], - 'stamp' => generateDateTime($content['time_trans'], 3), - 'from_link' => generateUserProfileLink($content['userid']), - 'to_link' => generateUserProfileLink($content['to_userid']), - 'reason' => wordwrap($content['reason'], 15), - 'points' => translateComma($content['points']), + 'sw' => $SW, + 'trans_id' => $content['trans_id'], + 'time_trans' => generateDateTime($content['time_trans'], 3), + 'from_link' => generateUserProfileLink($content['userid']), + 'to_link' => generateUserProfileLink($content['to_userid']), + 'reason' => wordwrap($content['reason'], 15), + 'points' => translateComma($content['points']), ); // Load row template add points and switch color @@ -72,7 +72,7 @@ if (SQL_NUMROWS($result) > 0) { } else { // Nothing for in and out $OUT = " - + ".loadTemplate('admin_settings_saved', true, getMessage('TRANSFER_NO_INOUT_TRANSFERS'))." ";