Heacy rewrite/cleanup:
[mailer.git] / inc / modules / admin / what-optimize.php
index 44a739c7b26dcd4fc220d328b3be195a25096071..eb6c919711cba3c9fb6cd9886f10bd2ea4bd432a 100644 (file)
@@ -63,7 +63,7 @@ foreach ($content['tables'] as $row_array) {
                $optimizeStatus = '{--ADMIN_OPTIMIZE_STATUS_OPTIMIZED--}';
                $B1 = '<strong>'; $B2 = '<strong>';
                $gain_tabs++;
-       } elseif (count(explode(' ', $row_array[2])) == 0) {
+       } elseif (!isFilledArray(explode(' ', $row_array[2]))) {
                $optimizeStatus = '{--ADMIN_OPTIMIZE_STATUS_' . strtoupper($row_array[2]) . '--}';
        }