bugfix
This commit is contained in:
parent
1654b90606
commit
90af7ee596
@ -126,7 +126,7 @@ if ($_GET["id"])
|
|||||||
print $row[1].' '.$row[2].'</a>';
|
print $row[1].' '.$row[2].'</a>';
|
||||||
if ($row[3] && $user->distributeur_id == 0)
|
if ($row[3] && $user->distributeur_id == 0)
|
||||||
{
|
{
|
||||||
print " <$row>>";
|
print " <".$row[3].">";
|
||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user