Migrated ClassName to __construct() function

Changed $DB to $db
lower-cased "Class"
This commit is contained in:
Marcos García
2012-07-30 17:17:33 +02:00
parent 914087b92e
commit 5a73c32f46
221 changed files with 267 additions and 267 deletions

View File

@@ -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;