summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Digest.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-03-28 10:03:36 +0000
committerfukachan <fukachan>2003-03-28 10:03:36 +0000
commit3514af1c415052390d8dd33f8f5472e3d086b9e2 (patch)
tree0c71d884396744b1f212dca3566cca86ab841f3e /fml/lib/FML/Digest.pm
parentb219319836b19aa9b2d36557c028477b0c85ba4f (diff)
downloadfml8-3514af1c415052390d8dd33f8f5472e3d086b9e2.tar.gz
fml8-3514af1c415052390d8dd33f8f5472e3d086b9e2.tar.bz2
fml8-3514af1c415052390d8dd33f8f5472e3d086b9e2.zip
s/article_id_max/article_max_id/g
Diffstat (limited to 'fml/lib/FML/Digest.pm')
-rw-r--r--fml/lib/FML/Digest.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Digest.pm b/fml/lib/FML/Digest.pm
index 1c51c726..d5ffa059 100644
--- a/fml/lib/FML/Digest.pm
+++ b/fml/lib/FML/Digest.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: Digest.pm,v 1.7 2003/01/11 16:05:12 fukachan Exp $
+# $FML: Digest.pm,v 1.8 2003/03/16 10:57:27 fukachan Exp $
#
package FML::Digest;
@@ -113,7 +113,7 @@ sub get_article_id
my ($self) = @_;
my $curproc = $self->{ _curproc };
- return $curproc->article_id_max();
+ return $curproc->article_max_id();
}