diff options
| author | fukachan <fukachan> | 2006-05-17 12:31:42 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-05-17 12:31:42 +0000 |
| commit | f676318cda12d4410fed1cccc89d0c0049547a80 (patch) | |
| tree | 5890d80765512444dffae5e32ece64a9c2f9bfc7 /fml/lib/FML | |
| parent | 5ac497739c20c188b75d611c4eda5b831b4c0bfd (diff) | |
| download | fml8-f676318cda12d4410fed1cccc89d0c0049547a80.tar.gz fml8-f676318cda12d4410fed1cccc89d0c0049547a80.tar.bz2 fml8-f676318cda12d4410fed1cccc89d0c0049547a80.zip | |
fix comment (FNF)
Diffstat (limited to 'fml/lib/FML')
| -rw-r--r-- | fml/lib/FML/Command/Admin/subscribe.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/Admin/subscribe.pm b/fml/lib/FML/Command/Admin/subscribe.pm index c69c52ce..a0a8a5d4 100644 --- a/fml/lib/FML/Command/Admin/subscribe.pm +++ b/fml/lib/FML/Command/Admin/subscribe.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: subscribe.pm,v 1.37 2006/05/04 06:45:58 fukachan Exp $ +# $FML: subscribe.pm,v 1.38 2006/05/16 14:36:30 fukachan Exp $ # package FML::Command::Admin::subscribe; @@ -191,7 +191,7 @@ sub _is_member_total_exceed_limit # Descriptions: check the number of users in ${map_name}_maps # exceeds the limit or not. -# Arguments: OBJ($self) OBJ($curproc) OBJ($command_context) +# Arguments: OBJ($self) OBJ($curproc) OBJ($command_context) STR($map_name) # Side Effects: none # Return Value: NUM sub _check_total_limit |
