From da8b4456daf5a48dbc131f09abc37fed2553a6c6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 22 Sep 2004 10:08:50 +0000 Subject: [PATCH] Ajout classification experimental --- htdocs/admin/modules.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php index 2f3d22e36ee..5bd1ab0fb0b 100644 --- a/htdocs/admin/modules.php +++ b/htdocs/admin/modules.php @@ -171,7 +171,8 @@ $familylib=array( 'projects'=>$langs->trans("ModuleFamilyProjects"), 'other'=>$langs->trans("ModuleFamilyOther"), 'technic'=>$langs->trans("ModuleFamilyTechnic"), -'financial'=>$langs->trans("ModuleFamilyFinancial") +'financial'=>$langs->trans("ModuleFamilyFinancial"), +'experimental'=>$langs->trans("ModuleFamilyExperimental") ); foreach ($orders as $key => $value) {