$value) { $sql .= sprintf("('%s', %s),", $entry, bigintval($value)); } // END - foreach // Finalize it and run it SQL_QUERY(substr($sql, 0, -1), __FUNCTION__, __LINE__); } // Filter for flushing statistics function FILTER_FLUSH_STATS () { // Now do we have stats? if ((isset($GLOBALS['stats'])) && (!isInstallationPhase()) && (getConfig('STATS_ENABLED') == 'Y')) { // Write statistics to temporary table writeStatsTable(); } // END - if } // [EOF] ?>