diff options
| author | fukachan <fukachan> | 2005-09-14 00:02:36 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2005-09-14 00:02:36 +0000 |
| commit | 960d9dd54699e7a2f550f9900580b21f0b4b6182 (patch) | |
| tree | 9da10bdd6e09144cea47f3002fcebc4a4c4039fc /fml/lib/FML/Process/Distribute.pm | |
| parent | 2c210a84c9cb00e0fda15661e450e41abc3f7bdc (diff) | |
| download | fml8-960d9dd54699e7a2f550f9900580b21f0b4b6182.tar.gz fml8-960d9dd54699e7a2f550f9900580b21f0b4b6182.tar.bz2 fml8-960d9dd54699e7a2f550f9900580b21f0b4b6182.zip | |
changed to FML::Article->add_outline($tdb_args) style.
Diffstat (limited to 'fml/lib/FML/Process/Distribute.pm')
| -rw-r--r-- | fml/lib/FML/Process/Distribute.pm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm index 22707508..6b743d24 100644 --- a/fml/lib/FML/Process/Distribute.pm +++ b/fml/lib/FML/Process/Distribute.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002,2003,2004,2005 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Distribute.pm,v 1.163 2005/09/01 04:10:53 fukachan Exp $ +# $FML: Distribute.pm,v 1.164 2005/09/11 13:14:15 fukachan Exp $ # package FML::Process::Distribute; @@ -706,9 +706,8 @@ sub _new_thread_check_post } # add thread outline to article header or/and body. - use FML::Article::Outline; - my $outline = new FML::Article::Outline $curproc; - $outline->add($tdb_args); + my $article = new FML::Article $curproc; + $article->add_outline($tdb_args); } |
