diff options
| author | fukachan <fukachan> | 2005-06-04 08:49:05 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-06-04 08:49:05 +0000 |
| commit | dde828a99ad5c8e0afc414ddcc98068aee21831e (patch) | |
| tree | 9aaefbf1d0dc89982df0d577404f036aeeeb63f1 /fml/lib/FML/Command/SendFile.pm | |
| parent | 798d46f20f1805d35c7a35f0a0ca6ac75926ddfa (diff) | |
| download | fml8-dde828a99ad5c8e0afc414ddcc98068aee21831e.tar.gz fml8-dde828a99ad5c8e0afc414ddcc98068aee21831e.tar.bz2 fml8-dde828a99ad5c8e0afc414ddcc98068aee21831e.zip | |
method naming fixed to $curproc->OBJ_METHOD() form (FNF).
get_article_id -> article_get_id
set_article_id -> article_set_id
config_files_append_to_list -> config_files_append
append_to_config_files_list -> config_files_append_to_list
get_config_files_list -> config_files_get_list
load_config_files -> config_files_load
set_config_files_list -> config_files_set_list
verify_sender_credential -> credential_verify_sender
get_current_process_ml_name -> current_process_get_ml_name
set_current_process_ml_name -> current_process_set_ml_name
fix_perl_include_path -> env_fix_perl_include_path
parse_exception -> exception_parse
parse_incoming_message -> incoming_message_parse
clean_up_incoming_queue -> incoming_message_queue_clean_up
get_cui_menu -> menu_get_cui_config_file_path
get_gui_menu -> menu_get_gui_config_file_path
resolve_ml_specific_variables -> ml_variables_resolve
outgoing_message_open_channel -> outgoing_message_cache_open
open_outgoing_message_channel -> outgoing_message_open_channel
inform_reply_messages -> reply_message_inform
prepare_file_to_return -> reply_message_prepare_template
clean_up_tmpfiles -> tmp_files_clean_up
reset_umask -> umask_reset
set_umask_as_public -> umask_set_as_public
Diffstat (limited to 'fml/lib/FML/Command/SendFile.pm')
| -rw-r--r-- | fml/lib/FML/Command/SendFile.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/SendFile.pm b/fml/lib/FML/Command/SendFile.pm index 5e008f49..b95482eb 100644 --- a/fml/lib/FML/Command/SendFile.pm +++ b/fml/lib/FML/Command/SendFile.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: SendFile.pm,v 1.41 2004/07/23 13:16:35 fukachan Exp $ +# $FML: SendFile.pm,v 1.42 2004/12/05 16:19:06 fukachan Exp $ # package FML::Command::SendFile; @@ -192,7 +192,7 @@ sub send_file src => $filepath, charset_out => $charset, }; - my $xxxx_template = $curproc->prepare_file_to_return( $params ); + my $xxxx_template = $curproc->reply_message_prepare_template( $params ); if (-f $xxxx_template) { my $rm_args = { |
