http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98022

Revision: 98022
Author:   catrope
Date:     2011-09-24 20:15:15 +0000 (Sat, 24 Sep 2011)
Log Message:
-----------
Remove TODO that has already been addressed

Modified Paths:
--------------
    trunk/extensions/MoodBar/SpecialMoodBarFeedback.php

Modified: trunk/extensions/MoodBar/SpecialMoodBarFeedback.php
===================================================================
--- trunk/extensions/MoodBar/SpecialMoodBarFeedback.php 2011-09-24 20:11:56 UTC 
(rev 98021)
+++ trunk/extensions/MoodBar/SpecialMoodBarFeedback.php 2011-09-24 20:15:15 UTC 
(rev 98022)
@@ -148,7 +148,6 @@
                                $olderURL = htmlspecialchars( 
$this->getTitle()->getLinkURL( $this->getQuery( $olderOffset, false ) ) );
                        }
                        if ( $newerRow ) {
-                               // TODO: Figure out when there are no newer rows
                                $newerOffset = wfTimestamp( TS_MW, 
$newerRow->mbf_timestamp ) . '|' . intval( $newerRow->mbf_id );
                                $newerURL = htmlspecialchars( 
$this->getTitle()->getLinkURL( $this->getQuery( $newerOffset, true ) ) );
                        }


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to