From: ivan Date: Thu, 5 Sep 2002 09:10:55 +0000 (+0000) Subject: get rid of extraneous `vpopmail machine' field X-Git-Tag: freeside_1_4_1beta1~14 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=535b26281b31fc784923db3aabbde7766ca35a59 get rid of extraneous `vpopmail machine' field --- diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 9645feb98..251184371 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -641,7 +641,7 @@ tie my %infostreet_options, 'Tie::IxHash', ; tie my %vpopmail_options, 'Tie::IxHash', - 'machine' => { label=>'vpopmail machine', }, + #'machine' => { label=>'vpopmail machine', }, 'dir' => { label=>'directory', }, # ?more info? default? 'uid' => { label=>'vpopmail uid' }, 'gid' => { label=>'vpopmail gid' }, diff --git a/FS/FS/part_export/vpopmail.pm b/FS/FS/part_export/vpopmail.pm index c0105c045..cc8136e25 100644 --- a/FS/FS/part_export/vpopmail.pm +++ b/FS/FS/part_export/vpopmail.pm @@ -67,7 +67,7 @@ sub vpopmail_queue { }; $queue->insert( $exportdir, - $self->option('machine'), + $self->machine, $self->option('dir'), $self->option('uid'), $self->option('gid'),