diff options
| author | fukachan <fukachan> | 2001-10-13 13:10:34 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-10-13 13:10:34 +0000 |
| commit | 8a036f9183a2dd13f5734b535ff47d212cebf4a5 (patch) | |
| tree | 595125fb90e298efd3a8e5de0988e638d10ed0c2 /fml/lib/FML/Command/SendFile.pm | |
| parent | 1cb075896997d3e4cd10fe2208a2c7d36f46fc57 (diff) | |
| download | fml8-8a036f9183a2dd13f5734b535ff47d212cebf4a5.tar.gz fml8-8a036f9183a2dd13f5734b535ff47d212cebf4a5.tar.bz2 fml8-8a036f9183a2dd13f5734b535ff47d212cebf4a5.zip | |
fix duplicatoin for $charset
Diffstat (limited to 'fml/lib/FML/Command/SendFile.pm')
| -rw-r--r-- | fml/lib/FML/Command/SendFile.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/SendFile.pm b/fml/lib/FML/Command/SendFile.pm index e1efe012..c3c751f0 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: get.pm,v 1.3 2001/10/10 10:08:06 fukachan Exp $ +# $FML: SendFile.pm,v 1.1 2001/10/13 12:17:49 fukachan Exp $ # package FML::Command::SendFile; @@ -118,7 +118,6 @@ sub send_file my $what_file = $optargs->{ _file_to_send }; my $config = $curproc->{ config }; my $charset = $config->{ reply_message_charset }; - my $charset = $config->{ template_file_charset }; # template substitution: kanji code, $varname expansion et. al. my $params = { |
