]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_transfer.php
Fixed also usage of previously renamed fields as they must be the same
[mailer.git] / inc / modules / admin / what-list_transfer.php
index a83f0ea0ec3892fd1c8bcfa9865bc91a0bbdfc30..e0ecf14f53422df6c4ef7efc1abea61def7bf87d 100644 (file)
@@ -63,7 +63,6 @@ if (!SQL_HASZERONUMS($result)) {
        while ($content = SQL_FETCHARRAY($result)) {
                // Prepare data for the row template
                $content['time_trans']  = generateDateTime($content['time_trans'], 3);
-               $content['reason']      = wordwrap($content['reason'], 15);
 
                // Load row template add points and switch color
                $OUT .= loadTemplate('admin_list_transfer_row', TRUE, $content);