From 778a04ba5f2b9cf9f2bf473d29cec7c8af627bbc Mon Sep 17 00:00:00 2001 From: tmu Date: Wed, 23 Oct 2002 02:30:10 +0000 Subject: typofix filepath value at sub db_mkdb() --- fml/lib/Mail/ThreadTrack/DB.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fml/lib/Mail/ThreadTrack') diff --git a/fml/lib/Mail/ThreadTrack/DB.pm b/fml/lib/Mail/ThreadTrack/DB.pm index ccd883cc..a8024580 100644 --- a/fml/lib/Mail/ThreadTrack/DB.pm +++ b/fml/lib/Mail/ThreadTrack/DB.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: DB.pm,v 1.28 2002/09/22 14:57:06 fukachan Exp $ +# $FML: DB.pm,v 1.29 2002/09/28 09:27:45 fukachan Exp $ # package Mail::ThreadTrack::DB; @@ -195,7 +195,7 @@ sub db_mkdb # analyze my $file = $self->filepath({ - baes_dir => $spool_dir, + base_dir => $spool_dir, id => $id, }); my $fh = new FileHandle $file; -- cgit v1.2.1