Changeset 223
- Timestamp:
- 06/12/06 20:14:57 (2 years ago)
- Files:
-
- 1 modified
-
TagSupplementals/trunk/TagSupplementals.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
TagSupplementals/trunk/TagSupplementals.pl
r218 r223 20 20 21 21 BEGIN { 22 our $VERSION = '0.0 1';22 our $VERSION = '0.02'; 23 23 $plugin = __PACKAGE__->new({ 24 24 name => 'TagSupplementals Plugin', … … 100 100 foreach (@eids) { 101 101 my $e = MT::Entry->load($_); 102 push @entries, $e if $e->status == MT::Entry::RELEASE(); 103 last if $lastn && $i++ >= $lastn; 102 if ($e->status == MT::Entry::RELEASE()) { 103 push @entries, $e; 104 $i++; 105 last if $lastn && $i >= $lastn; 106 } 104 107 } 105 108 … … 123 126 $res; 124 127 } 128 129 1;
![(please configure the [header_logo] section in trac.ini)](/public/chrome/common/trac_banner.png)