X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fstats-functions.php;h=79cc70549b335fac7581673e44d509583efabf57;hp=e38e6114b7414ca749adc51428de4cfe25cea69c;hb=4b7f401f2a4680ae46ca41c57f749cfe35163660;hpb=d52beaaad0b8388fec7f9f3cece88ef98a833751;ds=sidebyside diff --git a/inc/stats-functions.php b/inc/stats-functions.php index e38e6114b7..79cc70549b 100644 --- a/inc/stats-functions.php +++ b/inc/stats-functions.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -173,7 +174,7 @@ function writeStatsTable () { // Filter for flushing statistics function FILTER_FLUSH_STATS () { // Now do we have stats? - if ((isset($GLOBALS['stats'])) && (getConfig('STATS_ENABLED') == 'Y')) { + if ((isset($GLOBALS['stats'])) && (!isInstallationPhase()) && (getConfig('STATS_ENABLED') == 'Y')) { // Write statistics to temporary table writeStatsTable(); } // END - if