]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-optimize.php
Added new (missing) template for admin area + continued a bit with ext-surfbar
[mailer.git] / inc / modules / admin / what-optimize.php
index 575825702cc0f5decbbc79c2ce2c48ef27d0997e..2bbdfadadc2c6c6075121cfb1a8894df6fc1e86a 100644 (file)
@@ -16,7 +16,7 @@
  * $Author::                                                          $ *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2015 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -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]) . '--}';
        }