Missing project label

This commit is contained in:
Laurent Destailleur 2013-09-22 21:02:42 +02:00
parent b57ed72fc1
commit 2bf4a2bdb8

View File

@ -1003,7 +1003,7 @@ if ($id > 0)
{
$project=new Project($db);
$project->fetch($act->fk_project);
print $project->getNomUrl(1);
print $project->getNomUrl(1,'',1);
}
print '</td></tr>';
}