contrainte inutile

This commit is contained in:
Regis Houssin 2006-03-20 12:06:31 +00:00
parent c46e57f382
commit 21cf449645

View File

@ -192,7 +192,7 @@ if ($_GET["id"])
$objMod = $modules[$obj->module];
$picto=($objMod->picto?$objMod->picto:'generic');
if ($caneditperms && ($obj->module != 'user' || ! $fuser->admin))
if ($caneditperms)
{
print '<tr '. $bc[$var].'>';
print '<td>'.img_object('',$picto).' '.$objMod->getName();