summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin/off.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-25 12:48:37 +0000
committerfukachan <fukachan>2003-01-25 12:48:37 +0000
commitb62b8ee35005aecee883fabfdb9e9d673505fd25 (patch)
tree4bdc59b7d4ed67229121e7c8d43fa4b786be8a43 /fml/lib/FML/Command/Admin/off.pm
parent806a49df30b05728800b5a30688295b442d6bbe1 (diff)
downloadfml8-b62b8ee35005aecee883fabfdb9e9d673505fd25.tar.gz
fml8-b62b8ee35005aecee883fabfdb9e9d673505fd25.tar.bz2
fml8-b62b8ee35005aecee883fabfdb9e9d673505fd25.zip
FNF: fix comments
Diffstat (limited to 'fml/lib/FML/Command/Admin/off.pm')
-rw-r--r--fml/lib/FML/Command/Admin/off.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/fml/lib/FML/Command/Admin/off.pm b/fml/lib/FML/Command/Admin/off.pm
index a16952e4..7fe2747e 100644
--- a/fml/lib/FML/Command/Admin/off.pm
+++ b/fml/lib/FML/Command/Admin/off.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2002 MURASHITA Takuya
+# Copyright (C) 2002,2003 MURASHITA Takuya
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: off.pm,v 1.4 2002/12/20 03:40:12 fukachan Exp $
+# $FML: off.pm,v 1.5 2002/12/24 10:19:44 fukachan Exp $
#
package FML::Command::Admin::off;
@@ -91,7 +91,8 @@ sub process
# Descriptions: show cgi menu for off
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $recipient_map
# Return Value: none
sub cgi_menu
@@ -120,7 +121,7 @@ MURASHITA Takuya
=head1 COPYRIGHT
-Copyright (C) 2002 MURASHITA Takuya
+Copyright (C) 2002,2003 MURASHITA Takuya
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.