diff options
author | ivan <ivan> | 2005-04-20 07:12:14 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-04-20 07:12:14 +0000 |
commit | a0d361c10ed990a41dbd8f31787c5f19ebed246c (patch) | |
tree | de868d4e6bb3c0434bbfc54fbe47525d25e78b43 /FS | |
parent | f7ac8653683327aee6f5e825c49f09d751e0c352 (diff) |
hehe oops
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export/acct_sql.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export/acct_sql.pm b/FS/FS/part_export/acct_sql.pm index a4320e491..4737638d4 100644 --- a/FS/FS/part_export/acct_sql.pm +++ b/FS/FS/part_export/acct_sql.pm @@ -112,7 +112,7 @@ sub _export_insert { my %record = map { my $value = $map{$_}; my @arg = (); push @arg, $self->option('crypt') - if $_ eq 'crypt_password' && $self->option('crypt'); + if $value eq 'crypt_password' && $self->option('crypt'); $_ => $svc_acct->$value(@arg); } keys %map; |