]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_user.php
Next wave of lesser getMessage() usage and more EL
[mailer.git] / inc / modules / admin / what-list_user.php
index 5c8220c82393724919674abd414c5c35aa03569d..b8ce9527871867eb46d178d62a55612f51cfb3c6 100644 (file)
@@ -159,7 +159,7 @@ LIMIT 1",
                        if ((empty($content['nickname'])) || ($content['nickname'] == $userid)) $content['nickname'] = '---';
                } else {
                        // Extension not found
-                       $content['nickname'] = getMessage('EXT_NICKNAME_404');
+                       $content['nickname'] = '{--EXT_NICKNAME_404--}';
                }
 
                // Clickrate
@@ -335,7 +335,7 @@ LIMIT 1",
                $content['rows'] = $OUT;
 
                // Init title with "all accounts"
-               $content['title'] = getMessage('ADMIN_ALL_ACCOUNTS');
+               $content['title'] = '{--ADMIN_ALL_ACCOUNTS--}';
                if (isGetRequestParameterSet(('status'))) {
                        // Set title according to the 'status'
                        $content['title'] = getMessage(sprintf("ADMIN_LIST_STATUS_%s_ACCOUNTS", strtoupper(getRequestParameter(('status')))));