Some code 'beatuified', config in templates surfbar_stopped.tpl
[mailer.git] / inc / stats-functions.php
index f22bc6300e373dc1b0c7087c065903fbecd6eb29..e38e6114b7414ca749adc51428de4cfe25cea69c 100644 (file)
@@ -162,7 +162,7 @@ function writeStatsTable () {
                date('Ymd', time()));
 
        // Add all entries to the final query
-       foreach ($GLOBALS['stats'] as $entry=>$value) {
+       foreach ($GLOBALS['stats'] as $entry => $value) {
                $sql .= sprintf("('%s', %s),", $entry, bigintval($value));
        } // END - foreach