forked from Wavyzz/dolibarr
Qual: Suppression de warning en mode error=E_ALL
This commit is contained in:
@@ -54,9 +54,8 @@ class modSyslog extends DolibarrModules
|
||||
$this->family = "technic";
|
||||
$this->name = "Syslog";
|
||||
$this->description = "Activation des traces debug (syslog)";
|
||||
$this->version = '2.0.0'; // 'experimental' or 'dolibarr' or version
|
||||
$this->const_name = "MAIN_MODULE_SYSLOG";
|
||||
$this->const_config = MAIN_MODULE_SYSLOG;
|
||||
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
|
||||
$this->const_name = 'MAIN_MODULE_SYSLOG';
|
||||
$this->special = 0;
|
||||
//$this->picto='phoning';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user