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/remove.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/remove.pm')
| -rw-r--r-- | fml/lib/FML/Command/User/remove.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/User/remove.pm b/fml/lib/FML/Command/User/remove.pm index 3cdafe2c..bc3f7150 100644 --- a/fml/lib/FML/Command/User/remove.pm +++ b/fml/lib/FML/Command/User/remove.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: remove.pm,v 1.1.1.1 2001/08/26 05:43:10 fukachan Exp $ +# $FML: remove.pm,v 1.2 2001/08/26 07:59:03 fukachan Exp $ # package FML::Command::User::remove; @@ -18,8 +18,8 @@ use FML::Command::User::unsubscribe; sub process { - my ($self, $curproc, $optargs) = @_; - $self->SUPER::unsubscribe($curproc, $optargs); + my ($self, $curproc, $command_args) = @_; + $self->SUPER::unsubscribe($curproc, $command_args); } |
