The war on redundant ampersand usage!
[lhc/web/wiklou.git] / maintenance / rebuildInterwiki.inc
index 447c746..d85612b 100644 (file)
@@ -252,7 +252,7 @@ function makeLink( $entry, &$first, $source ) {
        } else {
                $sql .= ",\n";
        }
-       $dbr =& wfGetDB( DB_SLAVE );
+       $dbr = wfGetDB( DB_SLAVE );
        $sql .= "(" . $dbr->makeList( $entry ) . ")";
        return $sql;
 }