Purpose: I found a bug with the current FCKEditor Newsletter HTML wherein the customers copied over to the temp table were never cleared out when sending out a newsletter. This would cause a zero recipient count on the next newsletter (because confirm() in admin/includes/modules/newsletters/newsletter.php first runs a count query ($check_rows) before retrieving the recipient count for display).

More...