forked from Wavyzz/dolibarr
Merge branch 'develop' into toomanylines
This commit is contained in:
@@ -115,7 +115,7 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" box
|
||||
* @param DoliDB $db Database handler
|
||||
* @param string $param More parameters
|
||||
*/
|
||||
function __construct($db,$param='')
|
||||
function __construct($db, $param = '')
|
||||
{
|
||||
$this->db=$db;
|
||||
}
|
||||
@@ -204,7 +204,7 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" box
|
||||
* @param int $nooutput No print, only return string
|
||||
* @return string
|
||||
*/
|
||||
function showBox($head = null, $contents = null, $nooutput=0)
|
||||
function showBox($head = null, $contents = null, $nooutput = 0)
|
||||
{
|
||||
global $langs, $user, $conf;
|
||||
|
||||
@@ -385,7 +385,7 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" box
|
||||
* @param array $forcedirwidget null=All default directories. This parameter is used by modulebuilder module only.
|
||||
* @return array Array list of widget
|
||||
*/
|
||||
static function getWidgetsList($forcedirwidget=null)
|
||||
static function getWidgetsList($forcedirwidget = null)
|
||||
{
|
||||
global $conf, $langs, $db;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user