New: Ajoute la notion de version aux modules.

This commit is contained in:
Laurent Destailleur
2005-01-28 21:24:23 +00:00
parent 1cf0885f3b
commit 01dfca7bfb
28 changed files with 56 additions and 11 deletions

View File

@@ -51,7 +51,8 @@ class modPostnuke extends DolibarrModules
$this->family = "technic";
$this->name = "Postnuke";
$this->description = "Gestion de l'outil Postnuke";
$this->description = "Gestion de l'outil PostNuke";
$this->version = 'experimental'; // 'experimental' or 'dolibarr' or version
$this->const_name = "MAIN_MODULE_POSTNUKE";
$this->const_config = MAIN_MODULE_POSTNUKE;
$this->special = 1;