summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin/dir.pm
diff options
context:
space:
mode:
Diffstat (limited to 'fml/lib/FML/Command/Admin/dir.pm')
-rw-r--r--fml/lib/FML/Command/Admin/dir.pm7
1 files changed, 3 insertions, 4 deletions
diff --git a/fml/lib/FML/Command/Admin/dir.pm b/fml/lib/FML/Command/Admin/dir.pm
index 20c388fa..ea6c38d0 100644
--- a/fml/lib/FML/Command/Admin/dir.pm
+++ b/fml/lib/FML/Command/Admin/dir.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: dir.pm,v 1.13 2003/08/29 15:33:58 fukachan Exp $
+# $FML: dir.pm,v 1.14 2003/12/31 03:49:16 fukachan Exp $
#
package FML::Command::Admin::dir;
@@ -91,13 +91,12 @@ sub process
# Descriptions: cgi menu (dummy)
-# Arguments: OBJ($self)
-# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
+# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
# Side Effects: update $member_map $recipient_map
# Return Value: none
sub cgi_menu
{
- my ($self, $curproc, $args, $command_args) = @_;
+ my ($self, $curproc, $command_args) = @_;
;
}