From 09209051dfd510ea07f613f9a716bb1492ace87a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 20 Apr 2009 21:25:12 +0000 Subject: [PATCH] Cancel new feature add to get back a stable version for 2.6 --- htdocs/admin/modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php index 12340a5c389..bd26c463a7f 100644 --- a/htdocs/admin/modules.php +++ b/htdocs/admin/modules.php @@ -428,7 +428,7 @@ foreach ($orders as $key => $value) if (! empty($conf->global->$const_name)) { // Module actif - if (! empty($objMod->always_enabled) || (! empty($objMod->core_enabled) && ($conf->entity != 1))) print $langs->trans("Required"); + if (! empty($objMod->always_enabled)) print $langs->trans("Required"); else print "numero."&action=reset&value=" . $modName . "&mode=" . $mode . "\">" . $langs->trans("Disable") . "\n"; if (! empty($objMod->config_page_url))