From eea0ee6667e58d65e0a515bdb39f8ec11553fe1c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Oct 2007 20:54:16 +0000 Subject: [PATCH] Module notification devient stable --- htdocs/includes/modules/modNotification.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/includes/modules/modNotification.class.php b/htdocs/includes/modules/modNotification.class.php index de7a945cca0..8fc90408748 100644 --- a/htdocs/includes/modules/modNotification.class.php +++ b/htdocs/includes/modules/modNotification.class.php @@ -54,7 +54,7 @@ class modNotification extends DolibarrModules $this->family = "technic"; $this->name = "Notifications"; $this->description = "Gestion des notifications (par mail) sur évênement Dolibarr"; - $this->version = 'experimental'; // 'experimental' or 'dolibarr' or version + $this->version = 'dolibarr'; // 'experimental' or 'dolibarr' or version $this->const_name = 'MAIN_MODULE_NOTIFICATION'; $this->special = 1; $this->picto='email';