Vergleich inc/db_pgsql.php - 1.4.9 - 1.4.12

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 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 4436 2009-08-23 05:34:13Z RyanGordon $

 */

class DB_PgSQL

 */

class DB_PgSQL

Zeile 220Zeile 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 951Zeile 951
		{
$version = pg_version($this->current_link);


		{
$version = pg_version($this->current_link);


  			$this->version = $version['client'];

  			$this->version = $version['server'];

		}
else
{

		}
else
{