summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/Admin/spool.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2005-08-11 04:07:32 +0000
committerfukachan <fukachan>2005-08-11 04:07:32 +0000
commita177822f3ad20142924503af77545d924f070033 (patch)
tree492059f0e32cd8c8b18e50b4afa1b4770548764f /fml/lib/FML/Command/Admin/spool.pm
parent25438601b2819cf7f66f00e5aa81943a3ccc2bfe (diff)
downloadfml8-a177822f3ad20142924503af77545d924f070033.tar.gz
fml8-a177822f3ad20142924503af77545d924f070033.tar.bz2
fml8-a177822f3ad20142924503af77545d924f070033.zip
FNF
command_specific_recipient -> command_line_cui_specific_recipient cui_command_specific_options -> command_line_cui_specific_options
Diffstat (limited to 'fml/lib/FML/Command/Admin/spool.pm')
-rw-r--r--fml/lib/FML/Command/Admin/spool.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/Admin/spool.pm b/fml/lib/FML/Command/Admin/spool.pm
index ccaa67c8..6f512d24 100644
--- a/fml/lib/FML/Command/Admin/spool.pm
+++ b/fml/lib/FML/Command/Admin/spool.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: spool.pm,v 1.6 2004/03/24 00:14:09 fukachan Exp $
+# $FML: spool.pm,v 1.7 2004/06/30 03:05:13 fukachan Exp $
#
package FML::Command::Admin::spool;
@@ -67,7 +67,7 @@ sub process
{
my ($self, $curproc, $command_args) = @_;
my $config = $curproc->config();
- my $c_opts = $curproc->cui_command_specific_options() || {};
+ my $c_opts = $curproc->command_line_cui_specific_options() || {};
my $options = $command_args->{ options };
my $fp = $options->[ 0 ] || 'status';