Cancel new feature add to get back a stable version for 2.6

This commit is contained in:
Laurent Destailleur
2009-04-20 21:25:12 +00:00
parent 6953b2b36a
commit 09209051df

View File

@@ -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 "<a href=\"modules.php?id=".$objMod->numero."&amp;action=reset&amp;value=" . $modName . "&amp;mode=" . $mode . "\">" . $langs->trans("Disable") . "</a></td>\n";
if (! empty($objMod->config_page_url))