Introduced new wrapper functions to make the code more readable, new extension ext...
[mailer.git] / inc / modules / admin / what-optimize.php
index d2a0773b57123e572e06c7fefddab19d152d389f..1290113e3acb6bf2ddca18a82f90a23d5890fedb 100644 (file)
@@ -66,7 +66,7 @@ foreach ($DATA['tables'] as $row_array) {
                $OPT = getMessage('OPTIMIZE_STATUS_OPTIMIZED');
                $B1 = '<strong>'; $B2 = '<strong>';
                $gain_tabs++;
-       } elseif (count(explode(' ', $row_array[2])) == '0') {
+       } elseif (count(explode(' ', $row_array[2])) == 0) {
                $OPT = getMessage('OPTIMIZE_STATUS_' . strtoupper($row_array[2]).'');
        }