Friend->checkUserIsWebmaster()){ exit(); } $mailing_lists = $this->getMailingLists(); $newsgroups = $this->getNewsgroups(); if (isset($mailing_lists['completed'])) { unset($mailing_lists['completed']); } if (isset($newsgroups['completed'])) { unset($newsgroups['completed']); } ?>

Choose a date range:

'; } else { print $this->getMailingListTable($mailing_lists, 'mailing_lists'); } if (empty($newsgroups)) { print '0 newsgroups have been found.
'; } else { print $this->getMailingListTable($newsgroups, 'newsgroups'); }