X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-optimize.php;h=9d0aa3818505cd1d140c39575c9673fa6f4cdb75;hb=7d9e77e65d6300658a2bc308cb48f2744ce023eb;hp=0bb91c5709d330eb3f971b9cf2721dce1ec6e8b9;hpb=427719103e37ed2e27803b833dc5db5841e4dec9;p=mailer.git diff --git a/inc/modules/admin/what-optimize.php b/inc/modules/admin/what-optimize.php index 0bb91c5709..9d0aa38185 100644 --- a/inc/modules/admin/what-optimize.php +++ b/inc/modules/admin/what-optimize.php @@ -60,7 +60,7 @@ foreach ($DATA['tables'] as $row_array) if ($row_array[4] > 0) { $OPT = OPTIMIZE_STATUS_OPTIMIZED; - $B1 = ""; $B2 = ""; + $B1 = ""; $B2 = ""; $gain_tabs++; } elseif (count(explode(" ", $row_array[2])) == 0) { $OPT = constant('OPTIMIZE_STATUS_'.strtoupper($row_array[2]).''); @@ -82,7 +82,7 @@ foreach ($DATA['tables'] as $row_array) $OUT .= LOAD_TEMPLATE("admin_optimize_row", true, $content); $SW = 3 - $SW; } -define('__TABLE_ROWS', $OUT); +define('__ROWS', $OUT); // Prepare data for the template define('__TOTAL_TABS' , $DATA['total_tabs']);