freeside/FS/FS/part_export acct_sql.pm,1.10,1.11
ivan
ivan at pouncequick.420.am
Thu Apr 21 04:47:59 PDT 2005
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory pouncequick:/tmp/cvs-serv9131
Modified Files:
acct_sql.pm
Log Message:
fix nit with crypt flag when replacing too
Index: acct_sql.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/acct_sql.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- acct_sql.pm 21 Apr 2005 11:35:44 -0000 1.10
+++ acct_sql.pm 21 Apr 2005 11:47:57 -0000 1.11
@@ -148,7 +148,7 @@
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');
$_ => $new->$value(@arg);
} keys %map;
More information about the freeside-commits
mailing list