mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Migrated ClassName to __construct() function
Changed $DB to $db lower-cased "Class"
This commit is contained in:
@@ -77,7 +77,7 @@ class DoliDBPgsql
|
||||
* @param int $port Port of database server
|
||||
* @return int 1 if OK, 0 if not
|
||||
*/
|
||||
function DoliDBPgsql($type, $host, $user, $pass, $name='', $port=0)
|
||||
function __construct($type, $host, $user, $pass, $name='', $port=0)
|
||||
{
|
||||
global $conf,$langs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user