Fix: List of users affected to a task
This commit is contained in:
parent
24f22775e5
commit
7ba8be7b02
@ -217,8 +217,9 @@ if (sizeof($tasksarray)>0)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (sizeof($idofusers)>0 && (sizeof($idofthirdparty)>0)) $s.=' - ';
|
if (sizeof($idofusers)>0 && (sizeof($idofthirdparty)>0)) $s.=' - ';
|
||||||
if (sizeof($idofusers)>0)
|
if (sizeof($idofthirdparty)>0)
|
||||||
{
|
{
|
||||||
|
if ($s) $s.=' - ';
|
||||||
$s.=$langs->trans("Externals").': ';
|
$s.=$langs->trans("Externals").': ';
|
||||||
$i=0;
|
$i=0;
|
||||||
foreach($idofthirdparty as $key => $valid)
|
foreach($idofthirdparty as $key => $valid)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user