X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstats-functions.php;h=e38e6114b7414ca749adc51428de4cfe25cea69c;hb=e7627208baf6669248953b5b07aa67d0724dea75;hp=f22bc6300e373dc1b0c7087c065903fbecd6eb29;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60;p=mailer.git diff --git a/inc/stats-functions.php b/inc/stats-functions.php index f22bc6300e..e38e6114b7 100644 --- a/inc/stats-functions.php +++ b/inc/stats-functions.php @@ -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