use vars qw( %info );
use FS::Record; #qw(qsearchs);
-my $options = __PACKAGE__->sql_options;
+my $options = { %{__PACKAGE__->sql_options} };#a new hashref so we don't pollute
$options->{'crypt'} = { label => 'Password encryption',
type=>'select', options=>[qw(crypt md5 sha1_base64)],
default=>'crypt',
use warnings;
use vars qw( %info );
-my $options = __PACKAGE__->sql_options;
+my $options = { %{__PACKAGE__->sql_options} };#a new hashref so we don't pollute
delete $options->{$_} for qw( table schema static primary_key );
%info = (
'svc' => 'svc_acct',
+ 'desc' => 'Mailbox status information from SQL',
'options' => $options,
'nodomain' => '',
'notes' => <<END