* (bug 2084) Fixed a regular expression in includes/Title.php that accepted
[lhc/web/wiklou.git] / 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");