X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-optimize.php;h=0b866d0c78bebb7ce8f7bd79367ca75ca48f9d28;hb=c1671a3b6c02326b471916a28f4177c453871f51;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..0b866d0c78 100644 --- a/inc/modules/admin/what-optimize.php +++ b/inc/modules/admin/what-optimize.php @@ -1,6 +1,6 @@ '; $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]).''); }