Changeset 395
- Timestamp:
- 08/26/07 17:28:13 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
FiscalYearlyArchives/trunk/FiscalYearlyArchives/fiscal_yearly_archives.pl
r394 r395 2 2 # 3 3 # $Id$ 4 # 4 5 # This software is provided as-is. You may use it for commercial or 5 6 # personal use. If you distribute it, please keep this notice intact. … … 14 15 use MT::Entry; 15 16 16 our $VERSION = '0.0 1';17 our $VERSION = '0.02'; 17 18 18 19 my $plugin = __PACKAGE__->new({ … … 62 63 dynamic_support => 1, 63 64 date_based => 1, 64 # ??? 65 # ??? i don't know what it really means ??? 65 66 template_params => { 66 67 datebased_only_archive => 1,
