diff options
| author | fukachan <fukachan> | 2003-08-05 14:01:02 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-08-05 14:01:02 +0000 |
| commit | 36308b51931fd33eaebcc3db73982b84e4932f8c (patch) | |
| tree | df8e81de955952797d23b7ac228e1a99a15d6d8c /fml/lib/FML | |
| parent | e44020ea7380f7b2ccb2e9a41d7dcc9c1aa2ce40 (diff) | |
| download | fml8-36308b51931fd33eaebcc3db73982b84e4932f8c.tar.gz fml8-36308b51931fd33eaebcc3db73982b84e4932f8c.tar.bz2 fml8-36308b51931fd33eaebcc3db73982b84e4932f8c.zip | |
rename htmlify() to _htmlify() to clarify it is private.
Diffstat (limited to 'fml/lib/FML')
| -rw-r--r-- | fml/lib/FML/Process/Distribute.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm index da67f193..edc69a21 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 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Distribute.pm,v 1.117 2003/07/20 06:51:02 fukachan Exp $ +# $FML: Distribute.pm,v 1.118 2003/08/03 14:32:23 fukachan Exp $ # package FML::Process::Distribute; @@ -388,7 +388,7 @@ sub _distribute if ($config->yes('use_html_archive')) { Log("htmlify article $id"); - $curproc->htmlify($args); + $curproc->_htmlify($args); } } @@ -566,7 +566,7 @@ sub _thread_check # Arguments: OBJ($curproc) HASH_REF($args) # Side Effects: update html database # Return Value: none -sub htmlify +sub _htmlify { my ($curproc, $args) = @_; my $config = $curproc->config(); |
