summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Header/Subject.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2006-11-19 05:09:13 +0000
committerfukachan <fukachan>2006-11-19 05:09:13 +0000
commit86acfe41dfe97d3b73675de80016f6f9e8c9e89c (patch)
tree39a9e8086a45a8df06780cf4f7c7d7b08b28689f /fml/lib/FML/Header/Subject.pm
parent4d034838e336f272f9b484233fdaf8dcb245df1f (diff)
downloadfml8-86acfe41dfe97d3b73675de80016f6f9e8c9e89c.tar.gz
fml8-86acfe41dfe97d3b73675de80016f6f9e8c9e89c.tar.bz2
fml8-86acfe41dfe97d3b73675de80016f6f9e8c9e89c.zip
fix comments
Diffstat (limited to 'fml/lib/FML/Header/Subject.pm')
-rw-r--r--fml/lib/FML/Header/Subject.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/fml/lib/FML/Header/Subject.pm b/fml/lib/FML/Header/Subject.pm
index ffd8fc5b..252831b9 100644
--- a/fml/lib/FML/Header/Subject.pm
+++ b/fml/lib/FML/Header/Subject.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: Subject.pm,v 1.51 2005/08/19 12:17:08 fukachan Exp $
+# $FML: Subject.pm,v 1.53 2005/08/20 01:25:15 fukachan Exp $
#
package FML::Header::Subject;
@@ -59,7 +59,7 @@ replace the subject with the newer content e.g. including the ML tag.
# Descriptions: add or rewrite the subject tag.
# Arguments: OBJ($self) OBJ($header) OBJ($config) HASH_REF($rw_args)
-# Side Effects: the header subject is rewritten
+# Side Effects: the header subject is rewritten.
# Return Value: none
sub rewrite_article_subject_tag
{
@@ -118,6 +118,7 @@ sub decode
my ($self, $subject, $tag) = @_;
my ($in_code, $out_code) = ();
+ # XXX $tag is defined by the ML administrator.
# for example, ml_name = elena
# if $tag has special regexp such as \U$ml_name\E or \L$ml_name\E
if (defined $tag) {