Fix: Error management in module activation

This commit is contained in:
Laurent Destailleur
2008-10-06 07:39:52 +00:00
parent 54a0b4fbde
commit 762140e975
51 changed files with 582 additions and 566 deletions

View File

@@ -56,7 +56,7 @@ class modClickToDial extends DolibarrModules
$this->version = 'dolibarr'; // 'development' or 'experimental' or 'dolibarr' or version
$this->const_name = 'MAIN_MODULE_CLICKTODIAL';
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);
$this->special = 1;
$this->picto='phoning';