diff options
| author | fukachan <fukachan> | 2001-10-14 00:44:39 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-10-14 00:44:39 +0000 |
| commit | cb2235a14f6958dde5f1337c4bdf4beafb10759e (patch) | |
| tree | 12921a2aa4095ddf2eca4f6ab83a02cb229d2001 /fml/lib/FML/Command/Admin/signoff.pm | |
| parent | 06ca8b2bb931730592dc15045818b500878c640a (diff) | |
| download | fml8-cb2235a14f6958dde5f1337c4bdf4beafb10759e.tar.gz fml8-cb2235a14f6958dde5f1337c4bdf4beafb10759e.tar.bz2 fml8-cb2235a14f6958dde5f1337c4bdf4beafb10759e.zip | |
$optargs -> $command_args
Diffstat (limited to 'fml/lib/FML/Command/Admin/signoff.pm')
| -rw-r--r-- | fml/lib/FML/Command/Admin/signoff.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/Admin/signoff.pm b/fml/lib/FML/Command/Admin/signoff.pm index 0e2429c6..4efc7f47 100644 --- a/fml/lib/FML/Command/Admin/signoff.pm +++ b/fml/lib/FML/Command/Admin/signoff.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: signoff.pm,v 1.2 2001/08/26 07:59:03 fukachan Exp $ +# $FML: signoff.pm,v 1.1.1.1 2001/08/26 08:01:04 fukachan Exp $ # package FML::Command::Admin::signoff; @@ -18,8 +18,8 @@ use FML::Command::Admin::unsubscribe; sub process { - my ($self, $curproc, $optargs) = @_; - $self->SUPER::unsubscribe($curproc, $optargs); + my ($self, $curproc, $command_args) = @_; + $self->SUPER::unsubscribe($curproc, $command_args); } |
