Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/license.php *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/license.php *
|
* $Id: db_pgsql.php 4340 2009-04-05 17:10:22Z Tikitiki $
| * $Id: db_pgsql.php 5379 2011-02-21 11:06:42Z Tomm $
|
*/
class DB_PgSQL
| */
class DB_PgSQL
|
Zeile 220 | Zeile 220 |
---|
$this->connect_string .= " port={$single_connection['port']}"; }
|
$this->connect_string .= " port={$single_connection['port']}"; }
|
if($single_connection['hostname'] != "localhost")
| if($single_connection['hostname'] != "")
|
{ $this->connect_string .= " host={$single_connection['hostname']}"; }
| { $this->connect_string .= " host={$single_connection['hostname']}"; }
|
Zeile 951 | Zeile 951 |
---|
{ $version = pg_version($this->current_link);
|
{ $version = pg_version($this->current_link);
|
$this->version = $version['client'];
| $this->version = $version['server'];
|
} else {
| } else {
|