rm fixme, doDumpUpdate() is correct
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 26 Mar 2005 14:45:56 +0000 (14:45 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 26 Mar 2005 14:45:56 +0000 (14:45 +0000)
maintenance/refreshLinks.inc

index 743293f..d788892 100644 (file)
@@ -64,11 +64,6 @@ function refreshLinks( $start ) {
                }
 
                $linksUpdate = new LinksUpdate( $id, $wgTitle->getPrefixedDBkey() );
-               /** FIXME 
-                * In ./includes/LinksUpdate.php doDumbUpdate is commented with:
-                * "Old inefficient update function"
-                * Probably need to call doUpdate instead.
-               */
                $linksUpdate->doDumbUpdate();
                $linksUpdate->fixBrokenLinks();
                $dbw->query("COMMIT");