2
0
forked from Wavyzz/dolibarr

Fix: Supprime warnings mode error E_ALL

This commit is contained in:
Laurent Destailleur
2005-08-11 19:18:11 +00:00
parent 0e824f5511
commit 2cf07a0e46
9 changed files with 34 additions and 20 deletions

View File

@@ -55,7 +55,7 @@ class modCommande extends DolibarrModules
$this->family = "crm";
$this->name = "Commande";
$this->description = "Gestion des commandes clients";
$this->revision = explode(" ","$Revision$");
$this->revision = explode(' ','$Revision$');
$this->version = $this->revision[1];
$this->const_name = "MAIN_MODULE_COMMANDE";
$this->const_config = MAIN_MODULE_COMMANDE;