From a0b058421d7c23e53ea9c34fc219388754f232a3 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 22 Mar 2006 13:44:35 +0000 Subject: [PATCH] changement de statut --- htdocs/includes/modules/modCategorie.class.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modCategorie.class.php b/htdocs/includes/modules/modCategorie.class.php index 21689c959ec..8f7002282ba 100644 --- a/htdocs/includes/modules/modCategorie.class.php +++ b/htdocs/includes/modules/modCategorie.class.php @@ -54,7 +54,11 @@ class modCategorie extends DolibarrModules $this->family = "products"; $this->name = "Catégorie"; $this->description = "Gestion des catégories de produits"; - $this->version = 'experimental'; // 'development' or 'experimental' or 'dolibarr' or version + + $this->revision = explode(' ','$Revision$'); + $this->version = $this->revision[1]; + //$this->version = 'experimental'; // 'development' or 'experimental' or 'dolibarr' or version + $this->const_name = 'MAIN_MODULE_CATEGORIE'; $this->special = 0; $this->picto = '';