r2096 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r2095‎ | r2096 | r2097 >
Date:10:43, 28 November 2003
Author:e23
Status:old
Tags:
Comment:
Changed function call to use new function rebuildLinkTables(), replacing the old rebuildLinkTablesPass1() and rebuildLinkTablesPass2()
Modified paths:
  • /trunk/phase3/maintenance/rebuildall.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/rebuildall.php
@@ -27,8 +27,7 @@
2828 $wgDBuser = $wgDBadminuser;
2929 $wgDBpassword = $wgDBadminpassword;
3030
31 -rebuildLinkTablesPass1();
32 -rebuildLinkTablesPass2();
 31+rebuildLinkTables();
3332
3433 dropTextIndex();
3534 rebuildTextIndex();

Status & tagging log