X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-optimize.php;h=10fa2796b61fcf98f847d8045c5b6861623b7dfa;hb=9c7762b58197f49b318942d22cf3db0d21f625f5;hp=622a148e8969431ddbf9ff6ea39e08ec2060534f;hpb=1ebf518b9552f71ee95de6f4b80e6de3a27716d1;p=mailer.git diff --git a/inc/modules/admin/what-optimize.php b/inc/modules/admin/what-optimize.php index 622a148e89..10fa2796b6 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]).''); }