X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstats-functions.php;h=e38e6114b7414ca749adc51428de4cfe25cea69c;hb=aa61727bb93b39cc530a1b5719cce041117d39e0;hp=f22bc6300e373dc1b0c7087c065903fbecd6eb29;hpb=e5fe5afb17a5c8106f4c890234dfa39419e70f5d;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