From 894374d1c5a5507ba5b3aff4dc0abce39ae4664e Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 26 Mar 2005 14:45:56 +0000 Subject: [PATCH] rm fixme, doDumpUpdate() is correct --- maintenance/refreshLinks.inc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/maintenance/refreshLinks.inc b/maintenance/refreshLinks.inc index 743293f01e..d788892b71 100644 --- a/maintenance/refreshLinks.inc +++ b/maintenance/refreshLinks.inc @@ -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"); -- 2.20.1