]> git.mxchange.org Git - mailer.git/blobdiff - inc/stats-functions.php
Internal statistics are now turned off by default, install ext-other, version >=...
[mailer.git] / inc / stats-functions.php
index 3982c3b6110bdf2393a5cb803368c663b0abc628..5d8c441f48a860fed2ca0838cc7b5ac0cec9d25d 100644 (file)
@@ -110,8 +110,10 @@ 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",
-               array(generateDateTime(time(), '6')), __FUNCTION__, __LINE__);
+       $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__);
 
        // Read all rows
        while ($row = SQL_FETCHARRAY($result)) {