diff options
| author | fukachan <fukachan> | 2001-11-09 15:07:51 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-11-09 15:07:51 +0000 |
| commit | cff55e1832b5ea1b927666ada2e98649e81e88e7 (patch) | |
| tree | 024de1ddb3001999b6a77abaf99ad25371867f67 /fml/lib/Mail/ThreadTrack.pm | |
| parent | 7a17575aeb0a99b90ddf3ebddd289cf8b9205b18 (diff) | |
| download | fml8-cff55e1832b5ea1b927666ada2e98649e81e88e7.tar.gz fml8-cff55e1832b5ea1b927666ada2e98649e81e88e7.tar.bz2 fml8-cff55e1832b5ea1b927666ada2e98649e81e88e7.zip | |
list_up_thread_id(): remove db_*() operation
Diffstat (limited to 'fml/lib/Mail/ThreadTrack.pm')
| -rwxr-xr-x | fml/lib/Mail/ThreadTrack.pm | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/fml/lib/Mail/ThreadTrack.pm b/fml/lib/Mail/ThreadTrack.pm index 9d340c49..db5638cf 100755 --- a/fml/lib/Mail/ThreadTrack.pm +++ b/fml/lib/Mail/ThreadTrack.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: ThreadTrack.pm,v 1.12 2001/11/07 09:28:28 fukachan Exp $ +# $FML: ThreadTrack.pm,v 1.13 2001/11/09 11:28:41 fukachan Exp $ # package Mail::ThreadTrack; @@ -226,10 +226,6 @@ sub list_up_thread_id { my ($self) = @_; my ($tid, $status, @thread_id); - - # self->{ _hash_table } is tied to DB's. - $self->db_open(); - my $rh_status = $self->{ _hash_table }->{ _status }; my $mode = 'default'; @@ -242,8 +238,6 @@ sub list_up_thread_id push(@thread_id, $tid); } - $self->db_close(); - \@thread_id; } |
