X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-optimize.php;h=10fa2796b61fcf98f847d8045c5b6861623b7dfa;hb=f3d03c8c015fe8175b72a6a84c01a109622fa268;hp=622a148e8969431ddbf9ff6ea39e08ec2060534f;hpb=64c8349613addc3da2242c5cd6b99d64e3fb5f8e;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]).''); }