X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-email_archiv.php;h=b1e95ed100ac08293680b491c436febdd36f3b20;hp=efc103e29f6d633eb8e158e60607f883a89b1637;hb=a3921e6e7dac39605faa4f9194ff428c331002dc;hpb=d6c3ea5b9bcab66b9a7f29efb48e4118b126472e diff --git a/inc/modules/admin/what-email_archiv.php b/inc/modules/admin/what-email_archiv.php index efc103e29f..b1e95ed100 100644 --- a/inc/modules/admin/what-email_archiv.php +++ b/inc/modules/admin/what-email_archiv.php @@ -108,7 +108,7 @@ if (SQL_NUMROWS($result) > 0) { } // END - if // Prepare data for the row template - $content = array( + $content = merge_array($content, array( 'sw' => $SW, 'u_link' => generateUserProfileLink($pool['sender']), 'subject' => $pool['subject'], @@ -124,7 +124,7 @@ if (SQL_NUMROWS($result) > 0) { 'url' => $pool['url'], 'timestamp' => generateDateTime($pool['timestamp'], 0), 'mid' => $pool['id'], - ); + )); // Load row template and switch colors $OUT .= loadTemplate('admin_email_archiv_row', true, $content);