2
0
forked from Wavyzz/dolibarr

Qual: Remove checkstyle warnings

This commit is contained in:
Laurent Destailleur
2012-01-04 21:23:50 +01:00
parent 69c4cbd872
commit 3f8d2cbef8
60 changed files with 972 additions and 795 deletions

View File

@@ -38,11 +38,11 @@ class modBookmark extends DolibarrModules
/**
* Constructor. Define names, constants, directories, boxes, permissions
*
* @param DoliDB $DB Database handler
* @param DoliDB $db Database handler
*/
function modBookmark($DB)
function modBookmark($db)
{
$this->db = $DB ;
$this->db = $db;
$this->numero = 330;
$this->family = "technic";