* @version 04-03-2007 * @package Templates * * Copyright (C) 2005 - 2007 MailZu * License: GPL, see LICENSE */ /** * Print table listing messages in quarantine : * - spam (content type = 'S') * - attachment (content type = 'B') * - viruses (content type = 'V') * - bad headers (content type = H) * - pending requests ( RS = 'P') * @param array $res containing spam and attachments of logged in user */ function showSummary($count_array) { global $link; ?>
|