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 @@
28
28
$wgDBuser = $wgDBadminuser;
29
29
$wgDBpassword = $wgDBadminpassword;
30
30
31
-rebuildLinkTablesPass1();
32
-rebuildLinkTablesPass2();
31
+rebuildLinkTables();
33
32
34
33
dropTextIndex();
35
34
rebuildTextIndex();
Status & tagging log
15:00, 12 September 2011
Meno25
(
talk
|
contribs
)
changed the
status
of r2096
[
removed:
ok
added:
old]
13:44, 18 June 2009
😂
(
talk
|
contribs
)
changed the
status
of r2096
[
removed:
new
added:
ok]