X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fstats-functions.php;h=e38e6114b7414ca749adc51428de4cfe25cea69c;hb=bd439a79803904c8f255b9b89c876825790f1bfa;hp=44256ff3dbb444876695c733154cf16ad56e0cfc;hpb=3e2db2082694ee086a26408080dd9eee5f39b81a;p=mailer.git diff --git a/inc/stats-functions.php b/inc/stats-functions.php index 44256ff3db..e38e6114b7 100644 --- a/inc/stats-functions.php +++ b/inc/stats-functions.php @@ -1,7 +1,7 @@ $value) { + foreach ($GLOBALS['stats'] as $entry => $value) { $sql .= sprintf("('%s', %s),", $entry, bigintval($value)); } // END - foreach