X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-optimize.php;h=1290113e3acb6bf2ddca18a82f90a23d5890fedb;hb=00974432ffe0ed217b993e1ea5aaaac7dc31e82b;hp=d462c8a021ca97f75eb352e88c3041100c3b6630;hpb=9afd6ec5878544a7982c50ed9c0dd7de37606d5b;p=mailer.git diff --git a/inc/modules/admin/what-optimize.php b/inc/modules/admin/what-optimize.php index d462c8a021..1290113e3a 100644 --- a/inc/modules/admin/what-optimize.php +++ b/inc/modules/admin/what-optimize.php @@ -1,7 +1,7 @@ '; $B2 = ''; $gain_tabs++; - } elseif (count(explode(' ', $row_array[2])) == '0') { + } elseif (count(explode(' ', $row_array[2])) == 0) { $OPT = getMessage('OPTIMIZE_STATUS_' . strtoupper($row_array[2]).''); }