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

@@ -57,8 +57,7 @@ class modCommande extends DolibarrModules
$this->description = "Gestion des commandes clients";
$this->revision = explode(' ','$Revision$');
$this->version = $this->revision[1];
$this->const_name = "MAIN_MODULE_COMMANDE";
$this->const_config = MAIN_MODULE_COMMANDE;
$this->const_name = 'MAIN_MODULE_COMMANDE';
$this->special = 0;
$this->picto='order';