# This patch file was generated by NetBeans IDE # It uses platform neutral UTF-8 encoding and \n newlines. --- HEAD +++ Modified In Working Tree @@ -155,6 +155,9 @@ { global $db,$user,$conf,$langs; + $hideunselectables = false; + if ($conf->global->PROJECT_HIDE_UNSELECTABLES == 1) $hideunselectables = true; + $projectstatic=new Project($db); $projectsListId = ''; if (empty($user->rights->projet->all->lire)) @@ -203,7 +206,6 @@ else { $disabled=0; - print ''; \ No newline at end of file + + if ($hideunselectables && $disabled==1) $resultat=""; + else $resultat.='>'.$labeltoshow.''; + + print $resultat; \ No newline at end of file } } $i++;