]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_doubler.php
Naming convention applied to language strings, new API function added:
[mailer.git] / inc / modules / admin / what-list_doubler.php
index b56224f2cb28ec504f3c0f78195242fc2ec68b22..916b15979d0d810432f730657f6301829a32fe3d 100644 (file)
@@ -50,10 +50,12 @@ if (!isGetRequestParameterSet('mode')) {
        setGetRequestParameter('mode', 'overview');
 } else {
        // Set table title automatically
-       if (!isGetRequestParameterSet('select')) setGetRequestParameter('select', 'all');
+       if (!isGetRequestParameterSet('select')) {
+               setGetRequestParameter('select', 'all');
+       } // END - if
 
        // Prepare header
-       $content['list_' . strtolower(getRequestParameter('mode'))] = getMessage('ADMIN_DOUBLER_LIST_' . strtoupper(getRequestParameter('mode')) . '_' . strtoupper(getRequestParameter('select')).'');
+       $content['list_' . strtolower(getRequestParameter('mode'))] = strtoupper('{--ADMIN_DOUBLER_LIST_' . getRequestParameter('mode') . '_' . getRequestParameter('select') . '--}');
 }
 
 // Load data for the template