From 5b5384a0b228afbd1b80195585d250fabdea5381 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 23 Aug 2005 10:20:31 +0000 Subject: [PATCH] =?UTF-8?q?Renum=E9rotation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/modTelephonie.class.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modTelephonie.class.php b/htdocs/includes/modules/modTelephonie.class.php index fd973aa58d2..6efb4e6d58b 100644 --- a/htdocs/includes/modules/modTelephonie.class.php +++ b/htdocs/includes/modules/modTelephonie.class.php @@ -53,7 +53,10 @@ class modTelephonie extends DolibarrModules $this->family = "technic"; $this->name = "Telephonie"; $this->description = "Gestion de la Telephonie"; - $this->version = 'experimental'; // 'experimental' or 'dolibarr' or version + + $this->revision = explode(" ","$Revision$"); + $this->version = $this->revision[1]; + $this->const_name = "MAIN_MODULE_TELEPHONIE"; $this->const_config = MAIN_MODULE_TELEPHONIE; $this->special = 1;