]> git.mxchange.org Git - mailer.git/blobdiff - inc/stats-functions.php
If min/max beg points are the same output only min points
[mailer.git] / inc / stats-functions.php
index 5b6e48c0be55b11d01848f3fa668e69fa5b2586b..3b0a794d96a9dea1c49f8fe1a5e645e5ed9773c7 100644 (file)
@@ -17,7 +17,7 @@
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
  * Copyright (c) 2009 - 2011 by Mailer Developer Team                   *
- * For more information visit: http://www.mxchange.org                  *
+ * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
  * it under the terms of the GNU General Public License as published by *
@@ -108,7 +108,7 @@ function loadStatsTable () {
        } // END - if
 
        // Load it from database
-       $result = SQL_QUERY_ESC("SELECT `stats_entry`, `stats_value` FROM `{?_MYSQL_PREFIX?}_stats_%s` ORDER BY `stats_entry` ASC",
+       $result = SQL_QUERY_ESC("SELECT `stats_entry`,`stats_value` FROM `{?_MYSQL_PREFIX?}_stats_%s` ORDER BY `stats_entry` ASC",
                array(
                        generateDateTime(time(), '6')
                ), __FUNCTION__, __LINE__);