The war on redundant ampersand usage!
[lhc/web/wiklou.git] / includes / SpecialUncategorizedpages.php
index a71c25c..cae34fe 100644 (file)
@@ -25,7 +25,7 @@ class UncategorizedPagesPage extends PageQueryPage {
        function isSyndicated() { return false; }
 
        function getSQL() {
-               $dbr =& wfGetDB( DB_SLAVE );
+               $dbr = wfGetDB( DB_SLAVE );
                list( $page, $categorylinks ) = $dbr->tableNamesN( 'page', 'categorylinks' );
                $name = $dbr->addQuotes( $this->getName() );