X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fmodules%2Fadmin%2Fwhat-optimize.php;h=1290113e3acb6bf2ddca18a82f90a23d5890fedb;hb=42d36ab276be084305ebdb57feb4e60c6b3ec916;hp=0b866d0c78bebb7ce8f7bd79367ca75ca48f9d28;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/modules/admin/what-optimize.php b/inc/modules/admin/what-optimize.php index 0b866d0c78..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]).''); }