r81535 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81534‎ | r81535 | r81536 >
Date:20:52, 4 February 2011
Author:demon
Status:ok
Tags:
Comment:
Rm selectDB from Postgres, doesn't do anything
Modified paths:
  • /trunk/phase3/includes/installer/PostgresInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/PostgresInstaller.php
@@ -278,7 +278,6 @@
279279
280280 $db = $this->getVar( 'wgDBname' );
281281 $schema = $this->getVar( 'wgDBmwschema' );
282 - $this->db->selectDB( $db );
283282 $safeuser = $this->db->addIdentifierQuotes( $this->getVar( 'wgDBuser' ) );
284283 $safeusercheck = $this->db->addQuotes( $this->getVar( 'wgDBuser' ) );
285284 $safepass = $this->db->addQuotes( $this->getVar( 'wgDBpassword' ) );

Status & tagging log