Index: trunk/extensions/MoodBar/SpecialMoodBarFeedback.php |
— | — | @@ -148,7 +148,6 @@ |
149 | 149 | $olderURL = htmlspecialchars( $this->getTitle()->getLinkURL( $this->getQuery( $olderOffset, false ) ) ); |
150 | 150 | } |
151 | 151 | if ( $newerRow ) { |
152 | | - // TODO: Figure out when there are no newer rows |
153 | 152 | $newerOffset = wfTimestamp( TS_MW, $newerRow->mbf_timestamp ) . '|' . intval( $newerRow->mbf_id ); |
154 | 153 | $newerURL = htmlspecialchars( $this->getTitle()->getLinkURL( $this->getQuery( $newerOffset, true ) ) ); |
155 | 154 | } |