From: Chad Horohoe Date: Fri, 4 Feb 2011 20:52:55 +0000 (+0000) Subject: Rm selectDB from Postgres, doesn't do anything X-Git-Tag: 1.31.0-rc.0~32202 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=39e7d019d85d93fc6f5a079797cb60b3434c9743;p=lhc%2Fweb%2Fwiklou.git Rm selectDB from Postgres, doesn't do anything --- diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php index 9efd0f4e10..5662d0795e 100644 --- a/includes/installer/PostgresInstaller.php +++ b/includes/installer/PostgresInstaller.php @@ -278,7 +278,6 @@ class PostgresInstaller extends DatabaseInstaller { $db = $this->getVar( 'wgDBname' ); $schema = $this->getVar( 'wgDBmwschema' ); - $this->db->selectDB( $db ); $safeuser = $this->db->addIdentifierQuotes( $this->getVar( 'wgDBuser' ) ); $safeusercheck = $this->db->addQuotes( $this->getVar( 'wgDBuser' ) ); $safepass = $this->db->addQuotes( $this->getVar( 'wgDBpassword' ) );