* Populate rev_parent_id
[lhc/web/wiklou.git] / includes / SpecialMostrevisions.php
index 1b2a5a8..9479a58 100644 (file)
@@ -19,7 +19,7 @@ class MostrevisionsPage extends QueryPage {
        function isSyndicated() { return false; }
 
        function getSQL() {
-               $dbr =& wfGetDB( DB_SLAVE );
+               $dbr = wfGetDB( DB_SLAVE );
                list( $revision, $page ) = $dbr->tableNamesN( 'revision', 'page' );
                return
                        "
@@ -63,4 +63,4 @@ function wfSpecialMostrevisions() {
        $wpp->doQuery( $offset, $limit );
 }
 
-?>
+