Correction sur le lien de l'auteur dans les actions

This commit is contained in:
Rodolphe Quiedeville
2003-05-17 15:44:12 +00:00
parent 98e250a0fb
commit dfab1f34fc

View File

@@ -356,7 +356,7 @@ if ($socid > 0) {
}
/*
*/
print '<td width="20%"><a href="../user.php3">'.$obj->code.'</a></td>';
print '<td width="20%"><a href="/user/fiche.php3?id='.$obj->fk_user_author.'">'.$obj->code.'</a></td>';
print "</tr>\n";
$i++;
$tag = !$tag;