]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_user.php
More rewrites to make lesser use of getMessage()
[mailer.git] / inc / modules / admin / what-list_user.php
index 3bd4aabdd964e5e4cb0e9bb8c814c7caf1e8ff7e..30943e37a68e34bb4ee8d7ab16edc6cea0a80bd8 100644 (file)
@@ -323,10 +323,10 @@ LIMIT 1",
                $content['title'] = '{--ADMIN_ALL_ACCOUNTS--}';
                if (isGetRequestParameterSet(('status'))) {
                        // Set title according to the 'status'
                $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')))));
+                       $content['title'] = sprintf("{--ADMIN_LIST_STATUS_%s_ACCOUNTS--}", strtoupper(getRequestParameter(('status'))));
                } elseif (isGetRequestParameterSet('mode')) {
                        // Set title according to the "mode"
                } elseif (isGetRequestParameterSet('mode')) {
                        // Set title according to the "mode"
-                       $content['title'] = getMessage(sprintf("ADMIN_LIST_MODE_%s_ACCOUNTS", strtoupper(getRequestParameter('mode'))));
+                       $content['title'] = sprintf("{--ADMIN_LIST_MODE_%s_ACCOUNTS--}", strtoupper(getRequestParameter('mode')));
                }
 
                // Merge more data again
                }
 
                // Merge more data again