diff --git a/htdocs/admin/menus/other.php b/htdocs/admin/menus/other.php index 36733add335a9af022b59c9eab5017431f85855f..9da251ccb66da0679d64e53459987c029b6420dc 100644 --- a/htdocs/admin/menus/other.php +++ b/htdocs/admin/menus/other.php @@ -120,7 +120,7 @@ print "</td>"; print '</tr>'; // Use a flip-hide menu -if (isset($conf->global->MAIN_FEATURES_LEVEL) && $conf->global->MAIN_FEATURES_LEVEL > 0) +if (isset($conf->global->MAIN_FEATURES_LEVEL) && $conf->global->MAIN_FEATURES_LEVEL > 1) { $var=!$var; print "<tr ".$bc[$var].">";