* I accedentally commited this on the last commit
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 7 Oct 2005 17:16:32 +0000 (17:16 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 7 Oct 2005 17:16:32 +0000 (17:16 +0000)
includes/Article.php

index 3ebcc70..9aa9092 100644 (file)
@@ -2133,7 +2133,6 @@ class Article {
                global $wgDeferredUpdateList, $wgDBname, $wgMemc;
                global $wgMessageCache, $wgUser, $wgUseEnotif;
 
-               /*
                wfSeedRandom();
                if ( 0 == mt_rand( 0, 999 ) ) {
                        # Periodically flush old entries from the recentchanges table.
@@ -2147,7 +2146,7 @@ class Article {
                        // re-enabled for commit of unrelated live changes -- TS
                        $dbw->query( $sql );
                }
-               */
+               
                $id = $this->getID();
                $title = $this->mTitle->getPrefixedDBkey();
                $shortTitle = $this->mTitle->getDBkey();