Fix: List of users affected to a task

This commit is contained in:
Laurent Destailleur 2010-07-11 13:21:28 +00:00
parent 24f22775e5
commit 7ba8be7b02

View File

@ -217,8 +217,9 @@ if (sizeof($tasksarray)>0)
}
}
if (sizeof($idofusers)>0 && (sizeof($idofthirdparty)>0)) $s.=' - ';
if (sizeof($idofusers)>0)
if (sizeof($idofthirdparty)>0)
{
if ($s) $s.=' - ';
$s.=$langs->trans("Externals").': ';
$i=0;
foreach($idofthirdparty as $key => $valid)