2
0
forked from Wavyzz/dolibarr

Renumrotation

This commit is contained in:
Rodolphe Quiedeville
2005-08-23 11:50:00 +00:00
parent ab3fb825e0
commit 9984322c47

View File

@@ -54,7 +54,10 @@ class modClickToDial extends DolibarrModules
$this->family = "technic";
$this->name = "ClickToDial";
$this->description = "Gestion du Click To Dial";
$this->version = 'experimental'; // 'experimental' or 'dolibarr' or version
$this->revision = explode(" ","$Revision$");
$this->version = $this->revision[1];
$this->const_name = "MAIN_MODULE_CLICKTODIAL";
$this->const_config = MAIN_MODULE_CLICKTODIAL;
$this->special = 1;