Suppression du champ "code" de la table llx_user
This commit is contained in:
parent
18e51b52e3
commit
cb0eef483c
@ -338,6 +338,7 @@ else
|
|||||||
print '<td width="25%">'.$langs->trans("Login").'</td>';
|
print '<td width="25%">'.$langs->trans("Login").'</td>';
|
||||||
print '<td width="25%">'.$langs->trans("Lastname").'</td>';
|
print '<td width="25%">'.$langs->trans("Lastname").'</td>';
|
||||||
print '<td width="25%">'.$langs->trans("Firstname").'</td>';
|
print '<td width="25%">'.$langs->trans("Firstname").'</td>';
|
||||||
|
print '<td> </td>';
|
||||||
print "<td> </td></tr>\n";
|
print "<td> </td></tr>\n";
|
||||||
if ($num) {
|
if ($num) {
|
||||||
$var=True;
|
$var=True;
|
||||||
@ -353,7 +354,8 @@ else
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td>'.ucfirst(stripslashes($obj->name)).'</td>';
|
print '<td>'.ucfirst(stripslashes($obj->name)).'</td>';
|
||||||
print '<td>'.ucfirst(stripslashes($obj->firstname)).'</td>';
|
print '<td>'.ucfirst(stripslashes($obj->firstname)).'</td>';
|
||||||
|
print '<td> </td><td>';
|
||||||
|
|
||||||
if ($user->admin)
|
if ($user->admin)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user