]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-optimize.php
Naming convention further applied: _ral_ is replaced by _rallye_ to make it clear...
[mailer.git] / inc / modules / admin / what-optimize.php
index d462c8a021ca97f75eb352e88c3041100c3b6630..1290113e3acb6bf2ddca18a82f90a23d5890fedb 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /************************************************************************
- * MXChange v0.2.1                                    Start: 09/12/2004 *
- * ================                             Last change: 09/12/2004 *
+ * Mailer v0.2.1-FINAL                                Start: 09/12/2004 *
+ * ===================                          Last change: 09/12/2004 *
  *                                                                      *
  * -------------------------------------------------------------------- *
  * File              : what-optimize.php                                *
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -65,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]).'');
        }