This commit is contained in:
Rodolphe Quiedeville 2003-06-29 11:14:35 +00:00
parent f0fd469d99
commit 640148133d

View File

@ -388,7 +388,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++;
}
@ -481,7 +481,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++;
}