Renumrotation

This commit is contained in:
Rodolphe Quiedeville 2005-08-23 10:20:31 +00:00
parent 084660ffb4
commit 5b5384a0b2

View File

@ -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;