From: Jakub Vrana Date: Tue, 3 Aug 2010 13:08:14 +0000 (+0200) Subject: Typo X-Git-Tag: v3.0.0~45 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=0724febb7ebd40c21bad87db68893b9f927f3109;p=adminer.git Typo --- diff --git a/adminer/drivers/pgsql.inc.php b/adminer/drivers/pgsql.inc.php index 96526726..fb198a31 100644 --- a/adminer/drivers/pgsql.inc.php +++ b/adminer/drivers/pgsql.inc.php @@ -45,7 +45,7 @@ if (isset($_GET["pgsql"])) { if ($database == DB) { return $this->_database; } - $return = @pg_connect($this->_connection . " dbname='" . addcslashes($database, "'\\") . "'", PGSQL_CONNECT_FORCE_NEW); + $return = @pg_connect("$this->_string dbname='" . addcslashes($database, "'\\") . "'", PGSQL_CONNECT_FORCE_NEW); if ($return) { $this->_link = $return; }