error_message("Moderator Action Error", "You did not select any moderators! Remember that you cannot delete or edit the board administrator ($DCONF->{superuser}).", 0, 1) if scalar(keys(%z)) == 0;
return \%z;
}
###
### moderator_manager
###
### Moderator Manager interface
sub moderator_manager {
my ($FORMref, $result, $stuff) = @_;
my $subst = {};
$subst->{stuff} = $stuff;
my $j = read_account_file("passwd", undef, { returnformat => "single_array" });