From d90d721572bdfcab119822b4792b7cea0a32b0f4 Mon Sep 17 00:00:00 2001 From: "Mr. E23" Date: Fri, 28 Nov 2003 10:43:03 +0000 Subject: [PATCH] Changed function call to use new function rebuildLinkTables(), replacing the old rebuildLinkTablesPass1() and rebuildLinkTablesPass2() --- maintenance/rebuildall.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/maintenance/rebuildall.php b/maintenance/rebuildall.php index 7b556264aa..91aa1cee4b 100644 --- a/maintenance/rebuildall.php +++ b/maintenance/rebuildall.php @@ -27,8 +27,7 @@ set_time_limit(0); $wgDBuser = $wgDBadminuser; $wgDBpassword = $wgDBadminpassword; -rebuildLinkTablesPass1(); -rebuildLinkTablesPass2(); +rebuildLinkTables(); dropTextIndex(); rebuildTextIndex(); -- 2.20.1