2
0
forked from Wavyzz/dolibarr

Qual: Suppression de warning en mode error=E_ALL

This commit is contained in:
Laurent Destailleur
2005-10-22 13:45:24 +00:00
parent 3294d22453
commit 0745c647fc
36 changed files with 173 additions and 157 deletions

View File

@@ -55,8 +55,7 @@ class modMailing extends DolibarrModules
$this->name = "Mailings";
$this->description = "Gestion des Mailings";
$this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version
$this->const_name = "MAIN_MODULE_MAILING";
$this->const_config = MAIN_MODULE_MAILING;
$this->const_name = 'MAIN_MODULE_MAILING';
$this->special = 1;
$this->picto='email';