Hide a feature that is really not stable. So i move it as a "develop"

feature.
This commit is contained in:
Laurent Destailleur 2015-03-13 18:02:54 +01:00
parent 687e3d250b
commit f090893807

View File

@ -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].">";