mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 01:24:17 +02:00
Typo
This commit is contained in:
@@ -45,7 +45,7 @@ if (isset($_GET["pgsql"])) {
|
|||||||
if ($database == DB) {
|
if ($database == DB) {
|
||||||
return $this->_database;
|
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) {
|
if ($return) {
|
||||||
$this->_link = $return;
|
$this->_link = $return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user