From: Aaron Schulz Date: Tue, 11 Dec 2007 22:14:44 +0000 (+0000) Subject: There is a pass three now (may be a four in the future)...don't really like this... X-Git-Tag: 1.31.0-rc.0~50452 X-Git-Url: https://git.cyclocoop.org/admin/%7B%7Blocalurl:Special:UserLogin%7D%7D?a=commitdiff_plain;h=40e6f302c04cad78f5b22942790589be46e8ad2b;p=lhc%2Fweb%2Fwiklou.git There is a pass three now (may be a four in the future)...don't really like this duplication here --- diff --git a/maintenance/rebuildall.php b/maintenance/rebuildall.php index 002e6fadda..ad964e62fb 100644 --- a/maintenance/rebuildall.php +++ b/maintenance/rebuildall.php @@ -24,6 +24,7 @@ createTextIndex( $database ); print "\n\n** Rebuilding recentchanges table:\n"; rebuildRecentChangesTablePass1(); rebuildRecentChangesTablePass2(); +rebuildRecentChangesTablePass3(); # Doesn't work anymore # rebuildLinkTables();