From: Mr. E23 Date: Fri, 28 Nov 2003 10:43:03 +0000 (+0000) Subject: Changed function call to use new function rebuildLinkTables(), replacing the old... X-Git-Tag: 1.1.0~60 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=d90d721572bdfcab119822b4792b7cea0a32b0f4;p=lhc%2Fweb%2Fwiklou.git Changed function call to use new function rebuildLinkTables(), replacing the old rebuildLinkTablesPass1() and rebuildLinkTablesPass2() --- 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();