You are here

function spam_admin_filter_groups in Spam 5.3

Spam filter content-type groups page. Allows creation/deletion of content-type groups. Each content type can only be in one group. If a content-type is not specifically added to one of these groups, it is automatically part of the default group (gid=0).

File

./spam.module, line 656

Code

function spam_admin_filter_groups() {
  $output = drupal_get_form('spam_admin_groups_form');
  return $output;
}