diff options
| author | fukachan <fukachan> | 2003-11-26 09:17:46 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-11-26 09:17:46 +0000 |
| commit | 0c885956b2f245a05c2a7d1a1d4abaada05ba4d7 (patch) | |
| tree | 899e134841dc668edd1a2d1867f9130d10829749 /fml/lib/FML/User | |
| parent | 793310c7fdb5171d1367400fa1b81d62cf40bce6 (diff) | |
| download | fml8-0c885956b2f245a05c2a7d1a1d4abaada05ba4d7.tar.gz fml8-0c885956b2f245a05c2a7d1a1d4abaada05ba4d7.tar.bz2 fml8-0c885956b2f245a05c2a7d1a1d4abaada05ba4d7.zip | |
rename method: userlist -> print_userlist
Diffstat (limited to 'fml/lib/FML/User')
| -rw-r--r-- | fml/lib/FML/User/Control.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/User/Control.pm b/fml/lib/FML/User/Control.pm index cdf9725f..9c05ea27 100644 --- a/fml/lib/FML/User/Control.pm +++ b/fml/lib/FML/User/Control.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: Control.pm,v 1.2 2003/11/23 14:18:23 fukachan Exp $ +# $FML: Control.pm,v 1.3 2003/11/25 14:13:15 fukachan Exp $ # package FML::User::Control; @@ -356,7 +356,7 @@ sub _try_chaddr_in_map # OBJ($curproc) HASH_REF($command_args) HASH_REF($uc_args) # Side Effects: none # Return Value: none -sub userlist +sub print_userlist { my ($self, $curproc, $command_args, $uc_args) = @_; my $config = $curproc->config(); |
