]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-optimize.php
Changed all admin getter, closed internal TODOs:
[mailer.git] / inc / modules / admin / what-optimize.php
index d2a0773b57123e572e06c7fefddab19d152d389f..cfdd26f694f6dc7317a8600f3a09b6f311d602cd 100644 (file)
@@ -58,16 +58,16 @@ foreach ($DATA['tables'] as $row_array) {
        if (empty($row_array[1])) $row_array[1] = 'NONE';
 
        // Get optimization status
-       $REP = getMessage('OPTIMIZE_STATUS_' . strtoupper($row_array[1]).'');
+       $REP = '{--OPTIMIZE_STATUS_' . strtoupper($row_array[1]) . '--}';
 
-       $OPT = getMessage('OPTIMIZE_STATUS_UNSUPPORTED');
+       $OPT = '{--OPTIMIZE_STATUS_UNSUPPORTED--}';
 
        if ($row_array[4] > 0) {
-               $OPT = getMessage('OPTIMIZE_STATUS_OPTIMIZED');
+               $OPT = '{--OPTIMIZE_STATUS_OPTIMIZED--}';
                $B1 = '<strong>'; $B2 = '<strong>';
                $gain_tabs++;
-       } elseif (count(explode(' ', $row_array[2])) == '0') {
-               $OPT = getMessage('OPTIMIZE_STATUS_' . strtoupper($row_array[2]).'');
+       } elseif (count(explode(' ', $row_array[2])) == 0) {
+               $OPT = '{--OPTIMIZE_STATUS_' . strtoupper($row_array[2]) . '--}';
        }
 
        // Prepare data for the row template