This commit is contained in:
Rodolphe Quiedeville 2005-10-25 12:31:29 +00:00
parent 1654b90606
commit 90af7ee596

View File

@ -126,7 +126,7 @@ if ($_GET["id"])
print $row[1].' '.$row[2].'</a>';
if ($row[3] && $user->distributeur_id == 0)
{
print " &lt;$row&gt;>";
print " &lt;".$row[3]."&gt;";
}
print '</td>';
}