Changeset 470 for TagSupplementals/trunk/TagSupplementals.pl
- Timestamp:
- 07/22/08 10:51:23 (6 months ago)
- Files:
-
- 1 modified
-
TagSupplementals/trunk/TagSupplementals.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
TagSupplementals/trunk/TagSupplementals.pl
r386 r470 133 133 my $weight = $args->{weight} || 'constant'; 134 134 my $lastn = $args->{lastn} || 0; 135 135 my $offset = $args->{offset} || 0; 136 $lastn += $offset; 137 136 138 my $entry_id = $entry->id; 137 139 my $blog_id = $entry->blog_id; … … 197 199 my $e = MT::Entry->load($_); 198 200 if ($e->status == MT::Entry::RELEASE()) { 201 next if $i < $offset; 199 202 push @entries, $e; 200 203 $i++;
![(please configure the [header_logo] section in trac.ini)](/public/chrome/common/trac_banner.png)