X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Foverview-inc.php;h=6665a4ab1bdfcf667fec47a4386cee8a56d8b119;hp=11acac5e80c495c4f944535b2cb32a0c0ea1987b;hb=330dbb3e2b34450cd1665497506455e195a0a166;hpb=8f37a3b2708cfc4b4ef266f4be813a84511daa8f diff --git a/inc/modules/admin/overview-inc.php b/inc/modules/admin/overview-inc.php index 11acac5e80..6665a4ab1b 100644 --- a/inc/modules/admin/overview-inc.php +++ b/inc/modules/admin/overview-inc.php @@ -205,7 +205,7 @@ LIMIT 1", // Is this non-productive? if (isExtensionProductive() === false) { // Issue warning - $taskData['text'] = displayMessage(getMaskedMessage('ADMIN_EXTENSION_IS_NON_PRODUCTIVE', $ext_name), true) . $taskData['text']; + $taskData['text'] = displayMessage('{%message,ADMIN_EXTENSION_IS_NON_PRODUCTIVE=', $ext_name . '%}', true) . $taskData['text']; } // END - if // Set current extension name @@ -310,7 +310,7 @@ LIMIT 1", switch ($mode) { default: // @TODO Unknown support mode logDebugMessage(__FILE__, __LINE__, sprintf("Unknown support mode %s detected. This part is under construction!", $mode)); - $OUT .= '
' . getMaskedMessage('ADMIN_UNKNOWN_SUPPORT_MODE', $mode) . '
'; + $OUT .= '
{%message,ADMIN_UNKNOWN_SUPPORT_MODE=' . $mode . '%}
'; break; } // END - switch break; @@ -431,9 +431,6 @@ LIMIT 1", break; } // END - switch - // Get task type - $content['task_type_msg'] = '{--ADMIN_TASK_IS_' . strtoupper($content['task_type']) . '--}'; - if (isValidUserId($content['userid'])) { // Member found otherwise it's a system task $content['userid'] = generateUserProfileLink($content['userid']);