diff options
| author | fukachan <fukachan> | 2001-10-14 00:32:29 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-10-14 00:32:29 +0000 |
| commit | 00f63a4085087e4828ebde340b49eb8dfe2df20e (patch) | |
| tree | 1012ac40d0992fde5f7f8e531388bc491619296d /fml/lib/FML/Command/User/chaddr.pm | |
| parent | 576289aae815fa4dab2e62d9ecdf303455f476f5 (diff) | |
| download | fml8-00f63a4085087e4828ebde340b49eb8dfe2df20e.tar.gz fml8-00f63a4085087e4828ebde340b49eb8dfe2df20e.tar.bz2 fml8-00f63a4085087e4828ebde340b49eb8dfe2df20e.zip | |
$optargs -> $command_args
Diffstat (limited to 'fml/lib/FML/Command/User/chaddr.pm')
| -rw-r--r-- | fml/lib/FML/Command/User/chaddr.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/Command/User/chaddr.pm b/fml/lib/FML/Command/User/chaddr.pm index 945e8791..fe0415b5 100644 --- a/fml/lib/FML/Command/User/chaddr.pm +++ b/fml/lib/FML/Command/User/chaddr.pm @@ -4,7 +4,7 @@ # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: chaddr.pm,v 1.4 2001/10/11 23:59:03 fukachan Exp $ +# $FML: chaddr.pm,v 1.1 2001/10/13 02:43:02 fukachan Exp $ # package FML::Command::User::chaddr; @@ -30,20 +30,20 @@ See C<FML::Command> for more details. =head1 METHODS -=head2 C<process($curproc, $optargs)> +=head2 C<process($curproc, $command_args)> =cut sub process { - my ($self, $curproc, $optargs) = @_; + my ($self, $curproc, $command_args) = @_; my $config = $curproc->{ config }; my $member_map = $config->{ primary_member_map }; my $recipient_map = $config->{ primary_recipient_map }; my $cache_dir = $config->{ db_dir }; my $keyword = $config->{ confirm_keyword }; - my $command = $optargs->{ command }; + my $command = $command_args->{ command }; my $address = $curproc->{ credential }->sender(); # fundamental check |
