Classe le module comme special

This commit is contained in:
Rodolphe Quiedeville 2004-10-07 07:11:23 +00:00
parent 89ae9f5e18
commit 23f76d7291

View File

@ -55,6 +55,8 @@ class modTelephonie extends DolibarrModules
$this->const_name = "MAIN_MODULE_TELEPHONIE"; $this->const_name = "MAIN_MODULE_TELEPHONIE";
$this->const_config = MAIN_MODULE_TELEPHONIE; $this->const_config = MAIN_MODULE_TELEPHONIE;
$this->special = 1;
// Dépendances // Dépendances
$this->depends = array(); $this->depends = array();
$this->requiredby = array(); $this->requiredby = array();