r98022 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98021‎ | r98022 | r98023 >
Date:20:15, 24 September 2011
Author:catrope
Status:ok
Tags:
Comment:
Remove TODO that has already been addressed
Modified paths:
  • /trunk/extensions/MoodBar/SpecialMoodBarFeedback.php (modified) (history)

Diff [purge]

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

Status & tagging log