From 41c1dd2822cf7cd78ad944698687bad57bccabec Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 18 Oct 2017 19:41:28 +0200 Subject: [PATCH] Code comment --- htdocs/projet/ganttchart.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/projet/ganttchart.inc.php b/htdocs/projet/ganttchart.inc.php index 70ac20680b6..f38f01d644e 100644 --- a/htdocs/projet/ganttchart.inc.php +++ b/htdocs/projet/ganttchart.inc.php @@ -171,7 +171,9 @@ function constructGanttLine($tarr,$task,$project_dependencies,$level=0,$project_ $link=DOL_URL_ROOT.'/projet/tasks/contact.php?withproject=1&id='.$task["task_id"]; // Name + //$name=''.$task['task_name'].''; $name=$task['task_name']; + /*for($i=0; $i < $level; $i++) { $name=' - '.$name; }*/