[freeside-commits] freeside/FS/FS/part_export acct_sql.pm, 1.21, 1.22

Ivan,,, ivan at wavetail.420.am
Mon Jun 13 14:08:25 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv18909/FS/FS/part_export

Modified Files:
	acct_sql.pm 
Log Message:
forward_sql export, RT#13247

Index: acct_sql.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/acct_sql.pm,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -w -d -r1.21 -r1.22
--- acct_sql.pm	13 Jun 2011 21:07:49 -0000	1.21
+++ acct_sql.pm	13 Jun 2011 21:08:23 -0000	1.22
@@ -5,8 +5,8 @@
 use vars qw( %info );
 use FS::Record; #qw(qsearchs);
 
-my %options = __PACKAGE__->sql_options;
-$options{'crypt'} = { label => 'Password encryption',
+my $options = __PACKAGE__->sql_options;
+$options->{'crypt'} = { label => 'Password encryption',
                       type=>'select', options=>[qw(crypt md5 sha1_base64)],
                       default=>'crypt',
                     };
@@ -62,7 +62,7 @@
   'svc'      => 'svc_acct',
   'desc'     => 'Real-time export of accounts to SQL databases '.
                 '(vpopmail, Postfix+Courier IMAP, others?)',
-  'options'  => \%options,
+  'options'  => $options,
   'nodomain' => '',
   'notes'    => <<END
 Export accounts (svc_acct records) to SQL databases.  Currently has default



More information about the freeside-commits mailing list