X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_doubler.php;h=0bf30c0e8ed3e1d8df59b61fb5e6bc56681cce7c;hb=98b92ea5ba992a63304091fa1b57f477befffc22;hp=b56224f2cb28ec504f3c0f78195242fc2ec68b22;hpb=09f5758c42a33a56bdd461c946ffe759a59c54aa;p=mailer.git diff --git a/inc/modules/admin/what-list_doubler.php b/inc/modules/admin/what-list_doubler.php index b56224f2cb..0bf30c0e8e 100644 --- a/inc/modules/admin/what-list_doubler.php +++ b/inc/modules/admin/what-list_doubler.php @@ -53,7 +53,7 @@ if (!isGetRequestParameterSet('mode')) { if (!isGetRequestParameterSet('select')) setGetRequestParameter('select', 'all'); // Prepare header - $content['list_' . strtolower(getRequestParameter('mode'))] = getMessage('ADMIN_DOUBLER_LIST_' . strtoupper(getRequestParameter('mode')) . '_' . strtoupper(getRequestParameter('select')).''); + $content['list_' . strtolower(getRequestParameter('mode'))] = '{--ADMIN_DOUBLER_LIST_' . strtoupper(getRequestParameter('mode')) . '_' . strtoupper(getRequestParameter('select')) . '--}'; } // Load data for the template