From 7ba8be7b023259d5368b23c5e6e68637ac1acd5c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 11 Jul 2010 13:21:28 +0000 Subject: [PATCH] Fix: List of users affected to a task --- htdocs/projet/ganttview.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/projet/ganttview.php b/htdocs/projet/ganttview.php index c4d2e12a48a..d4bc3b71ae5 100644 --- a/htdocs/projet/ganttview.php +++ b/htdocs/projet/ganttview.php @@ -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)