From: Tim Starling Date: Sat, 26 Mar 2005 14:45:56 +0000 (+0000) Subject: rm fixme, doDumpUpdate() is correct X-Git-Tag: 1.5.0alpha1~515 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=894374d1c5a5507ba5b3aff4dc0abce39ae4664e;p=lhc%2Fweb%2Fwiklou.git rm fixme, doDumpUpdate() is correct --- 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");