2
0
forked from Wavyzz/dolibarr

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

@@ -48,7 +48,7 @@ class ModeleBoxes // Can't be abtract as it is instanciated to build "empty"
*
* @param DoliDB $db Database hanlder
*/
function ModeleBoxes($db)
function __construct($db)
{
$this->db=$db;
}