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

@@ -58,12 +58,11 @@ class modComptabiliteExpert extends DolibarrModules
$this->name = "ComptabiliteExpert";
$this->description = "Gestion expert de comptabilit<69> (doubles parties)";
// $this->revision = explode(" ","$Revision$");
// $this->revision = explode(' ','$Revision$');
// $this->version = $this->revision[1];
$this->version = "development";
$this->const_name = "MAIN_MODULE_COMPTABILITE_EXPERT";
$this->const_config = MAIN_MODULE_COMPTABILITE_EXPERT;
$this->const_name = 'MAIN_MODULE_COMPTABILITE_EXPERT';
// Config pages
$this->config_page_url = "comptaexpert.php";