Update html.formprojet.class.php
This commit is contained in:
parent
933a6a5ba3
commit
e18717aa85
@ -143,7 +143,7 @@ class FormProjets
|
|||||||
$outarray=array();
|
$outarray=array();
|
||||||
|
|
||||||
$hideunselectables = false;
|
$hideunselectables = false;
|
||||||
if (! empty($conf->global->SELECT_HIDE_UNSELECTABLES)) $hideunselectables = true;
|
if (! empty($conf->global->CONTRACT_HIDE_UNSELECTABLES)) $hideunselectables = true;
|
||||||
|
|
||||||
$projectsListId = false;
|
$projectsListId = false;
|
||||||
if (empty($user->rights->projet->all->lire))
|
if (empty($user->rights->projet->all->lire))
|
||||||
@ -318,7 +318,7 @@ class FormProjets
|
|||||||
$out='';
|
$out='';
|
||||||
|
|
||||||
$hideunselectables = false;
|
$hideunselectables = false;
|
||||||
if (! empty($conf->global->SELECT_HIDE_UNSELECTABLES)) $hideunselectables = true;
|
if (! empty($conf->global->CONTRACT_HIDE_UNSELECTABLES)) $hideunselectables = true;
|
||||||
|
|
||||||
if (empty($projectsListId))
|
if (empty($projectsListId))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user