Add missing label

This commit is contained in:
Laurent Destailleur 2013-09-22 21:07:00 +02:00
parent ad09470f48
commit 8024a61376

View File

@ -1000,7 +1000,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>';
}