Fix: bad link

This commit is contained in:
Regis Houssin 2010-05-22 18:35:43 +00:00
parent 8bdbf014e4
commit 277c273767
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ FPDI_Protection 1.0.3 Apache Software License 2.0 No GPL3 only PDF encr
GeoIP x.x Yes GeoIP Maxmind conversion
iWebkit 5.0.4 LGPL 3.0 Yes Iphone templates framework
JCrop 0.9.8 MIT Licence Yes JS library to crop images
JSGrant 1.2 BSD Licence
JSGantt 1.2 BSD Licence
MagPieRss 0.72 GPL 2.0 Yes Load RSS
NuSoap 0.7.3 LGPL 2.1 Yes Interfaces with third tools
OdtPHP 1.0.1 GPL 2.0 Yes Mibrary to build/edit ODT files

View File

@ -148,7 +148,7 @@ function constructGanttLine($array_contacts,$tarr,$task,$project_dependencies,$l
// Define percent
$percent = $task['task_percent_complete']?$task['task_percent_complete']:0;
// Link
$link=DOL_URL_ROOT.'/projet/tasks/task?id='.$task["task_id"];
$link=DOL_URL_ROOT.'/projet/tasks/task.php?id='.$task["task_id"];
// Name
$name=$task['task_name'];
for($i=0; $i < $level; $i++) { $name=' &nbsp; &nbsp; '.$name; }