r5282 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r5281‎ | r5282 | r5283 >
Date:22:52, 17 September 2004
Author:hashar
Status:old
Tags:
Comment:
FIXME: looks like we call an obsolete function. Need checking.
Modified paths:
  • /trunk/phase3/maintenance/refreshLinks.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/refreshLinks.inc
@@ -55,6 +55,11 @@
5656 }
5757
5858 $linksUpdate = new LinksUpdate( $id, $wgTitle->getPrefixedDBkey() );
 59+ /** FIXME
 60+ * In ./includes/LinksUpdate.php doDumbUpdate is commented with:
 61+ * "Old inefficient update function"
 62+ * Probably need to call doUpdate instead.
 63+ */
5964 $linksUpdate->doDumbUpdate();
6065 $linksUpdate->fixBrokenLinks();
6166 $dbw->query("COMMIT");

Status & tagging log