X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-list_task.php;h=18749aaa981560b649dc6997ca3779f285de233e;hp=97957c0b8bc0e36b824fc9844c81de862636bd63;hb=f2aeaab0cd313b2eeb151642455ed558f6b186dc;hpb=32933a97e4462c232a794fc33bd91f01ff997cb9 diff --git a/inc/modules/admin/what-list_task.php b/inc/modules/admin/what-list_task.php index 97957c0b8b..18749aaa98 100644 --- a/inc/modules/admin/what-list_task.php +++ b/inc/modules/admin/what-list_task.php @@ -142,7 +142,7 @@ ORDER BY } // There are uncompleted jobs! - $type = getMessage('ADMIN_OVERVIEW_TASK_'.strtoupper(getRequestParameter('type')).'_TYPE'); + $type = '{--ADMIN_OVERVIEW_TASK_' . strtoupper(getRequestParameter('type')) . '_TYPE--}'; // @TODO Rewrite these templates to one and add $OUT loadTemplate('admin_overview_header_task', false, array( 'message' => $type, @@ -157,7 +157,7 @@ ORDER BY $content['assigned_admin'] = generateAdminLink($content['assigned_admin']); // Get admin task - $content['task_type_msg'] = getMessage('ADMIN_TASK_IS_'.strtoupper($content['task_type']).''); + $content['task_type_msg'] = '{--ADMIN_TASK_IS_' . strtoupper($content['task_type']) . '--}'; // Generate infos switch ($content['task_type']) {