mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 08:17:47 +02:00
[ticket/10057] Fixes for a bunch of small problems.
PHPBB3-10057
This commit is contained in:
@@ -98,7 +98,7 @@ class dbal_postgres extends dbal
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!function_exists('pg_pconnect'))
|
||||
if (!function_exists('pg_connect'))
|
||||
{
|
||||
$this->connect_error = 'pg_connect function does not exist, is pgsql extension installed?';
|
||||
return $this->sql_error('');
|
||||
|
Reference in New Issue
Block a user