diff options
| author | fukachan <fukachan> | 2002-02-17 03:13:47 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-02-17 03:13:47 +0000 |
| commit | 9413c6ebe8380f0deece09baaf3b742b8e5bc49b (patch) | |
| tree | b473560c1cdf845b806c2c0260a26d028328dfac /fml/lib/Mail/ThreadTrack | |
| parent | ab2ef9ed7dcb834731c6a853c246fe5de6f8cc72 (diff) | |
| download | fml8-9413c6ebe8380f0deece09baaf3b742b8e5bc49b.tar.gz fml8-9413c6ebe8380f0deece09baaf3b742b8e5bc49b.tar.bz2 fml8-9413c6ebe8380f0deece09baaf3b742b8e5bc49b.zip | |
remove \s*$
Diffstat (limited to 'fml/lib/Mail/ThreadTrack')
| -rw-r--r-- | fml/lib/Mail/ThreadTrack/DB.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/Mail/ThreadTrack/DB.pm b/fml/lib/Mail/ThreadTrack/DB.pm index 08c9fbe5..3efb9567 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.22 2002/02/02 07:55:46 fukachan Exp $ +# $FML: DB.pm,v 1.23 2002/02/04 00:07:17 fukachan Exp $ # package Mail::ThreadTrack::DB; @@ -259,7 +259,7 @@ sub db_hash =head2 db_last_modified() -return the last modified time of our dateabase as unix time. +return the last modified time of our dateabase as unix time. This time is the latest modified time among all database files. =cut |
